Date: Monday, October 10, 2022 @ 15:26:40 Author: dbermond Revision: 1326373
upgpkg: libmysofa 1.3.1-1 Modified: libmysofa/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-10 15:26:27 UTC (rev 1326372) +++ PKGBUILD 2022-10-10 15:26:40 UTC (rev 1326373) @@ -1,7 +1,7 @@ # Maintainer: Daniel Bermond <[email protected]> pkgname=libmysofa -pkgver=1.3 +pkgver=1.3.1 pkgrel=1 pkgdesc='C library to read HRTFs if they are stored in the AES69-2015 SOFA format' arch=('x86_64') @@ -10,15 +10,9 @@ depends=('zlib') makedepends=('cmake' 'cunit') checkdepends=('nodejs') -source=("https://github.com/hoene/libmysofa/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz" - '010-libmysofa-fix-missing-stddef-header.patch'::'https://github.com/hoene/libmysofa/commit/7aa1a10277e79642fe900552825b5e37f4fb6425.patch') -sha256sums=('12dcc4108222b2a98170fbdce5e498285e3f0bbed08ff6bc722ae96662f3ed09' - '1aaea2461beac802afe65d28b8eddccabdf9fc0d3e7adad0600079db0066c04d') +source=("https://github.com/hoene/libmysofa/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz") +sha256sums=('a8a8cbf7b0b2508a6932278799b9bf5c63d833d9e7d651aea4622f3bc6b992aa') -prepare() { - patch -d "${pkgname}-${pkgver}" -Np1 -i "${srcdir}/010-libmysofa-fix-missing-stddef-header.patch" -} - build() { cmake \ -B "${pkgname}-${pkgver}/build" \
