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

2020-05-25 Thread David Runge via arch-commits
Date: Monday, May 25, 2020 @ 15:21:16
  Author: dvzrv
Revision: 634538

upgpkg: bshapr 0.9-1: Upgrading to 0.9.

Modified:
  bshapr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-25 15:21:14 UTC (rev 634537)
+++ PKGBUILD2020-05-25 15:21:16 UTC (rev 634538)
@@ -3,8 +3,8 @@
 _name=BShapr
 _plugin_uri="https://www.jahnichen.de/plugins/lv2/BShapr;
 pkgname=bshapr
-pkgver=0.8
-pkgrel=2
+pkgver=0.9
+pkgrel=1
 pkgdesc="Beat/ envelope shaper LV2 plugin"
 arch=('x86_64')
 url="https://github.com/sjaehn/BShapr;
@@ -14,7 +14,7 @@
 makedepends=('lv2')
 checkdepends=('lv2lint')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sjaehn/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('60d6fe9a9db8e6e0c4f53deee0bc067b2ed8fae4fe85320e19c379be2378278367e535c7ce4dfeefa33c6a389670ab4ad4cd17c79bb97caf6745b2a7c64ef631')
+sha512sums=('e39020230f64082df7e04d7e69637650924928ee6e43a3e9834f8570225038d5bfb91a0887eb1a779d6962fe6cadc7e46a114c927b950b8a0471d70f36940bd8')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
@@ -27,7 +27,7 @@
 
 check() {
   cd "$pkgname-$pkgver"
-  lv2lint -I "${_name}.lv2/" "${_plugin_uri}" || echo "Known to fail: 
https://github.com/sjaehn/BShapr/issues/7;
+  lv2lint -Mpack -I "${_name}.lv2/" "${_plugin_uri}" || echo "Known to fail: 
https://github.com/sjaehn/BShapr/issues/7;
 }
 
 package() {


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

2020-04-11 Thread David Runge via arch-commits
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
===
--- PKGBUILD2020-04-11 12:46:25 UTC (rev 613334)
+++ PKGBUILD2020-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() {


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

2020-03-31 Thread David Runge via arch-commits
Date: Tuesday, March 31, 2020 @ 11:00:01
  Author: dvzrv
Revision: 607998

upgpkg: bshapr 0.8-1: Upgrading to 0.8.

Updating lv2lint call (still failing).

Modified:
  bshapr/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-31 10:58:20 UTC (rev 607997)
+++ PKGBUILD2020-03-31 11:00:01 UTC (rev 607998)
@@ -3,7 +3,7 @@
 _name=BShapr
 _plugin_uri="https://www.jahnichen.de/plugins/lv2/BShapr;
 pkgname=bshapr
-pkgver=0.7
+pkgver=0.8
 pkgrel=1
 pkgdesc="Beat/ envelope shaper LV2 plugin"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('lv2')
 checkdepends=('lv2lint')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sjaehn/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('283be591202759265cfc7c2290f9af081f6864151268c82b2622cf5654dd18214e02d7b6c4b040cf083b812fe42cbbe12a98c55ced04edadd642e70a21abc24b')
+sha512sums=('60d6fe9a9db8e6e0c4f53deee0bc067b2ed8fae4fe85320e19c379be2378278367e535c7ce4dfeefa33c6a389670ab4ad4cd17c79bb97caf6745b2a7c64ef631')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
@@ -27,7 +27,7 @@
 
 check() {
   cd "$pkgname-$pkgver"
-  lv2lint -I "./${_name}.lv2/" "${_plugin_uri}" || 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;
 }
 
 package() {


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

2020-01-14 Thread David Runge via arch-commits
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
===
--- PKGBUILD2020-01-15 00:23:59 UTC (rev 552557)
+++ PKGBUILD2020-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() {


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

2019-11-30 Thread David Runge via arch-commits
Date: Saturday, November 30, 2019 @ 15:05:15
  Author: dvzrv
Revision: 534587

upgpkg: bshapr 0.6-1

Upgrading to 0.6.

Modified:
  bshapr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-30 15:05:13 UTC (rev 534586)
+++ PKGBUILD2019-11-30 15:05:15 UTC (rev 534587)
@@ -3,7 +3,7 @@
 _name=BShapr
 _plugin_uri="https://www.jahnichen.de/plugins/lv2/BShapr;
 pkgname=bshapr
-pkgver=0.5
+pkgver=0.6
 pkgrel=1
 pkgdesc="Beat/ envelope shaper LV2 plugin"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 makedepends=('lv2')
 checkdepends=('lv2lint' 'sord')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sjaehn/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('e3d0789e1a6e8ebbe57b158aa9f8cf450d3d6cb50db95b379369004866a7405ebc6a3a1ff33ee2f4769f92c4677fdad3b6fcb94cc31fe7af77a3caddae958f7f')
+sha512sums=('da34fba526cf6ecb14413e6f8d5f9841be0b7e1b3c3320a4588fa87f47bda3e0f8d5efbcf0ccd121b3cd813fc5b84138461b6a75610abb92e3f1b0e9773a6e27')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"


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

2019-11-25 Thread David Runge via arch-commits
Date: Monday, November 25, 2019 @ 19:15:49
  Author: dvzrv
Revision: 533288

upgpkg: bshapr 0.5-1

Upgrading to 0.5.

Modified:
  bshapr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-25 18:29:44 UTC (rev 533287)
+++ PKGBUILD2019-11-25 19:15:49 UTC (rev 533288)
@@ -3,7 +3,7 @@
 _name=BShapr
 _plugin_uri="https://www.jahnichen.de/plugins/lv2/BShapr;
 pkgname=bshapr
-pkgver=0.4
+pkgver=0.5
 pkgrel=1
 pkgdesc="Beat/ envelope shaper LV2 plugin"
 arch=('x86_64')
@@ -14,12 +14,10 @@
 makedepends=('lv2')
 checkdepends=('lv2lint' 'sord')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sjaehn/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('fbfa43d3141eb80d61c2f00dcffa09b881c1e5a811ca7c76cae66ac869e05c214f983e428fdb1bbf843b5a562579927c40393fad7fc612507c0a00b7259c35c8')
+sha512sums=('e3d0789e1a6e8ebbe57b158aa9f8cf450d3d6cb50db95b379369004866a7405ebc6a3a1ff33ee2f4769f92c4677fdad3b6fcb94cc31fe7af77a3caddae958f7f')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "${pkgname}-${pkgver}"
-  cd "$pkgname-$pkgver"
-  rm -v .gitignore
 }
 
 build() {