[arch-commits] Commit in bslizr/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Sat Apr 11 12:43:28 UTC 2020


    Date: Saturday, April 11, 2020 @ 12:43:26
  Author: dvzrv
Revision: 613331

upgpkg: bslizr 1.2.6-2: Rebuilding to fail hard on lv2lint.

The call to lv2lint with LV2_PATH set or using the -I switch behave differently.
The former fails on X11UI, while the latter does not.

Modified:
  bslizr/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-11 12:43:14 UTC (rev 613330)
+++ PKGBUILD	2020-04-11 12:43:26 UTC (rev 613331)
@@ -3,7 +3,7 @@
 _name=BSlizr
 pkgname=bslizr
 pkgver=1.2.6
-pkgrel=1
+pkgrel=2
 pkgdesc="LV2 audio effect plugin for sequenced slicing of stereo audio input signals"
 arch=('x86_64')
 url="https://github.com/sjaehn/bslizr"
@@ -27,7 +27,7 @@
 
 check() {
   cd "$pkgname-$pkgver"
-  LV2_PATH="${PWD}" lv2lint "https://www.jahnichen.de/plugins/lv2/BSlizr" || echo "Known to fail: https://github.com/sjaehn/BSlizr/issues/8"
+  lv2lint -I "${_name}.lv2/" "https://www.jahnichen.de/plugins/lv2/BSlizr"
 }
 
 package() {



More information about the arch-commits mailing list