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

David Runge dvzrv at archlinux.org
Thu Nov 21 21:42:24 UTC 2019


    Date: Thursday, November 21, 2019 @ 21:42:24
  Author: dvzrv
Revision: 531371

upgpkg: bsequencer 0.4-2

Fixing check() to properly run lv2lint on the plugin

Modified:
  bsequencer/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-21 21:41:18 UTC (rev 531370)
+++ PKGBUILD	2019-11-21 21:42:24 UTC (rev 531371)
@@ -4,7 +4,7 @@
 _plugin_uri="https://www.jahnichen.de/plugins/lv2/BSEQuencer"
 pkgname=bsequencer
 pkgver=0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Multi channel MIDI step sequencer LV2 plugin with a variable matrix"
 arch=('x86_64')
 url="https://github.com/sjaehn/BSEQuencer"
@@ -28,7 +28,7 @@
 check() {
   cd "$pkgname-$pkgver"
   sord_validate "${_name}.lv2/"*.ttl || echo "Known to fail https://github.com/sjaehn/BSEQuencer/issues/12"
-  lv2lint -I . "${_plugin_uri}" || echo "Known to fail https://github.com/sjaehn/BSEQuencer/issues/12"
+  LV2_PATH="${PWD}" lv2lint "${_plugin_uri}" || echo "Known to fail https://github.com/sjaehn/BSEQuencer/issues/12"
 }
 
 package() {



More information about the arch-commits mailing list