Date: Saturday, April 11, 2020 @ 12:46:20 Author: dvzrv Revision: 613333
upgpkg: bsequencer 1.2.0-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: bsequencer/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-11 12:43:37 UTC (rev 613332) +++ PKGBUILD 2020-04-11 12:46:20 UTC (rev 613333) @@ -4,7 +4,7 @@ _plugin_uri="https://www.jahnichen.de/plugins/lv2/BSEQuencer" pkgname=bsequencer pkgver=1.2.0 -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" @@ -12,7 +12,7 @@ groups=('lv2-plugins' 'pro-audio') depends=('cairo' 'gcc-libs' 'glibc' 'libx11') makedepends=('lv2') -checkdepends=('lv2lint' 'sord') +checkdepends=('lv2lint') source=("$pkgname-$pkgver.tar.gz::https://github.com/sjaehn/${pkgname}/archive/${pkgver}.tar.gz") sha512sums=('1f3aaf9a30317fb5773dc70d7ce7c49cd261799c6a74528920b9fa13b077d1ec41611d0a249e33087d7f32171ad60dffd38b1473474894937de1e000bcbb3cb1') @@ -27,8 +27,7 @@ check() { cd "$pkgname-$pkgver" - sord_validate "${_name}.lv2/"*.ttl || 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" + lv2lint -I "${_name}.lv2/" "${_plugin_uri}" } package() {
