Date: Monday, April 4, 2022 @ 08:40:30 Author: dvzrv Revision: 441497
upgpkg: libsndfile 1.1.0-2: Rebuild to add debug package. Modified: libsndfile/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-04 08:37:07 UTC (rev 441496) +++ PKGBUILD 2022-04-04 08:40:30 UTC (rev 441497) @@ -2,7 +2,7 @@ pkgname=libsndfile pkgver=1.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="A C library for reading and writing files containing sampled audio data" arch=(x86_64) url="https://libsndfile.github.io/libsndfile/" @@ -11,6 +11,7 @@ makedepends=(alsa-lib cmake flac libogg libvorbis python sqlite) optdepends=('alsa-lib: for sndfile-play') provides=(libsndfile.so) +options=(debug) source=(https://github.com/$pkgname/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz{,.asc}) sha512sums=('d01696a8a88a4444e5eb91a137cf7b26b55b12c1fe3b648653f7e78674bbdf61870066216c9ff2f6a1e63bdf7b558af9a759480cf6523b607d29347b12762006' 'SKIP')