Date: Thursday, February 3, 2022 @ 20:58:23 Author: dvzrv Revision: 436136
upgpkg: jack-example-tools 1-4: Rebuild to add debug package. Modified: jack-example-tools/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-03 19:56:53 UTC (rev 436135) +++ PKGBUILD 2022-02-03 20:58:23 UTC (rev 436136) @@ -2,7 +2,7 @@ pkgname=jack-example-tools pkgver=1 -pkgrel=3 +pkgrel=4 pkgdesc="Official JACK example clients and tools" arch=(x86_64) url="https://github.com/jackaudio/jack-example-tools" @@ -11,8 +11,7 @@ depends=(glibc opus) makedepends=(alsa-lib git jack2 libsamplerate libsndfile meson readline zita-alsa-pcmi zita-resampler) -provides=(jack-example-tools) -conflicts=(jack-example-tools) +options=(debug) source=("$pkgname::git+https://github.com/jackaudio/jack-example-tools.git#tag=${pkgver}?signed") sha256sums=('SKIP') validpgpkeys=('62B11043D2F6EB6672D93103CDBAA37ABC74FBA0') # falkTX <[email protected]>
