Date: Friday, October 7, 2022 @ 02:04:34 Author: dbermond Revision: 1323756
upgpkg: libmysofa 1.3-1 Modified: libmysofa/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-07 00:26:22 UTC (rev 1323755) +++ PKGBUILD 2022-10-07 02:04:34 UTC (rev 1323756) @@ -1,8 +1,8 @@ # Maintainer: Daniel Bermond <[email protected]> pkgname=libmysofa -pkgver=1.2.1 -pkgrel=2 +pkgver=1.3 +pkgrel=1 pkgdesc='C library to read HRTFs if they are stored in the AES69-2015 SOFA format' arch=('x86_64') url='https://github.com/hoene/libmysofa/' @@ -10,9 +10,15 @@ depends=('zlib') makedepends=('cmake' 'cunit') checkdepends=('nodejs') -source=("https://github.com/hoene/libmysofa/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha256sums=('94cb02e488de4dc0860c8d23b29d93d290bb0a004d4aa17e1642985bba158ee9') +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') +prepare() { + patch -d "${pkgname}-${pkgver}" -Np1 -i "${srcdir}/010-libmysofa-fix-missing-stddef-header.patch" +} + build() { cmake \ -B "${pkgname}-${pkgver}/build" \
