Date: Wednesday, January 27, 2021 @ 22:02:43 Author: dbermond Revision: 833023
upgpkg: libmysofa 1.2-1 Modified: libmysofa/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-27 22:02:02 UTC (rev 833022) +++ PKGBUILD 2021-01-27 22:02:43 UTC (rev 833023) @@ -1,8 +1,8 @@ # Maintainer: Daniel Bermond <[email protected]> pkgname=libmysofa -pkgver=1.1 -pkgrel=2 +pkgver=1.2 +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,8 +10,8 @@ depends=('zlib') makedepends=('cmake' 'cunit') checkdepends=('nodejs') -source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/hoene/libmysofa/archive/v${pkgver}.tar.gz") -sha256sums=('e30846be11499c2282ad85edcab7bcca9bf86502df40c343d1f3ff07db17c765') +source=("https://github.com/hoene/libmysofa/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz") +sha256sums=('7638dec8ba2b5408cf32ab41d37cb29460095c4b2161a860480c122e71806ba9') build() { cmake \
