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

David Runge dvzrv at archlinux.org
Wed Jan 15 01:46:06 UTC 2020


    Date: Wednesday, January 15, 2020 @ 01:46:05
  Author: dvzrv
Revision: 552558

upgpkg: bshapr 0.7-1: Upgrading to 0.7. Dropping sord_validate, as it has way too many problems to be reliable in check().

Modified:
  bshapr/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-15 00:23:59 UTC (rev 552557)
+++ PKGBUILD	2020-01-15 01:46:05 UTC (rev 552558)
@@ -3,7 +3,7 @@
 _name=BShapr
 _plugin_uri="https://www.jahnichen.de/plugins/lv2/BShapr"
 pkgname=bshapr
-pkgver=0.6
+pkgver=0.7
 pkgrel=1
 pkgdesc="Beat/ envelope shaper LV2 plugin"
 arch=('x86_64')
@@ -12,9 +12,9 @@
 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/v${pkgver}.tar.gz")
-sha512sums=('da34fba526cf6ecb14413e6f8d5f9841be0b7e1b3c3320a4588fa87f47bda3e0f8d5efbcf0ccd121b3cd813fc5b84138461b6a75610abb92e3f1b0e9773a6e27')
+sha512sums=('283be591202759265cfc7c2290f9af081f6864151268c82b2622cf5654dd18214e02d7b6c4b040cf083b812fe42cbbe12a98c55ced04edadd642e70a21abc24b')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
@@ -27,8 +27,7 @@
 
 check() {
   cd "$pkgname-$pkgver"
-  sord_validate "${_name}.lv2/"*.ttl || echo "Known to fail: https://github.com/sjaehn/BShapr/issues/7"
-  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