* update libmysofa to 1.3.3-1
This commit is contained in:
parent
d5786a8d17
commit
a81db177bc
@ -1,20 +1,20 @@
|
||||
pkgbase = libmysofa
|
||||
pkgdesc = C library to read HRTFs if they are stored in the AES69-2015 SOFA format
|
||||
pkgver = 1.3.2
|
||||
pkgrel = 1.1
|
||||
pkgver = 1.3.3
|
||||
pkgrel = 1
|
||||
url = https://github.com/hoene/libmysofa/
|
||||
arch = x86_64
|
||||
arch = powerpc64le
|
||||
arch = powerpc64
|
||||
arch = powerpc
|
||||
arch = riscv64
|
||||
license = BSD
|
||||
license = BSD-3-Clause
|
||||
checkdepends = nodejs
|
||||
makedepends = cmake
|
||||
makedepends = cunit
|
||||
depends = zlib
|
||||
provides = libmysofa.so
|
||||
source = https://github.com/hoene/libmysofa/archive/v1.3.2/libmysofa-1.3.2.tar.gz
|
||||
sha256sums = 6c5224562895977e87698a64cb7031361803d136057bba35ed4979b69ab4ba76
|
||||
source = https://github.com/hoene/libmysofa/archive/v1.3.3/libmysofa-1.3.3.tar.gz
|
||||
sha256sums = a15f7236a2b492f8d8da69f6c71b5bde1ef1bac0ef428b94dfca1cabcb24c84f
|
||||
|
||||
pkgname = libmysofa
|
||||
|
4
libmysofa/.nvchecker.toml
Normal file
4
libmysofa/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[libmysofa]
|
||||
source = "git"
|
||||
git = "https://github.com/hoene/libmysofa.git"
|
||||
prefix = "v"
|
@ -2,18 +2,18 @@
|
||||
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
|
||||
|
||||
pkgname=libmysofa
|
||||
pkgver=1.3.2
|
||||
pkgrel=1.1
|
||||
pkgver=1.3.3
|
||||
pkgrel=1
|
||||
pkgdesc='C library to read HRTFs if they are stored in the AES69-2015 SOFA format'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url='https://github.com/hoene/libmysofa/'
|
||||
license=('BSD')
|
||||
license=('BSD-3-Clause')
|
||||
depends=('zlib')
|
||||
makedepends=('cmake' 'cunit')
|
||||
checkdepends=('nodejs')
|
||||
provides=('libmysofa.so')
|
||||
source=("https://github.com/hoene/libmysofa/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
||||
sha256sums=('6c5224562895977e87698a64cb7031361803d136057bba35ed4979b69ab4ba76')
|
||||
sha256sums=('a15f7236a2b492f8d8da69f6c71b5bde1ef1bac0ef428b94dfca1cabcb24c84f')
|
||||
|
||||
build() {
|
||||
cmake \
|
||||
|
Loading…
x
Reference in New Issue
Block a user