[arch-commits] Commit in bshapr/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Sat Apr 11 12:49:01 UTC 2020
Date: Saturday, April 11, 2020 @ 12:49:00
Author: dvzrv
Revision: 613335
upgpkg: bshapr 0.8-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:
bshapr/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-11 12:46:25 UTC (rev 613334)
+++ PKGBUILD 2020-04-11 12:49:00 UTC (rev 613335)
@@ -4,7 +4,7 @@
_plugin_uri="https://www.jahnichen.de/plugins/lv2/BShapr"
pkgname=bshapr
pkgver=0.8
-pkgrel=1
+pkgrel=2
pkgdesc="Beat/ envelope shaper LV2 plugin"
arch=('x86_64')
url="https://github.com/sjaehn/BShapr"
@@ -27,7 +27,7 @@
check() {
cd "$pkgname-$pkgver"
- LV2_PATH="${PWD}" lv2lint "${_plugin_uri}" || echo "Known to fail: https://github.com/sjaehn/BShapr/issues/7"
+ lv2lint -I "${_name}.lv2/" "${_plugin_uri}" || echo "Known to fail: https://github.com/sjaehn/BShapr/issues/7"
}
package() {
More information about the arch-commits
mailing list