[arch-commits] Commit in moony.lv2/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Sat Jul 13 10:43:58 UTC 2019


    Date: Saturday, July 13, 2019 @ 10:43:57
  Author: dvzrv
Revision: 489350

upgpkg: moony.lv2 0.28.0-1

Upgrading to 0.28.0. Adding check(), with a note, after writing with upstream to fix the remaining failing lv2_validate checks.

Modified:
  moony.lv2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-13 09:37:24 UTC (rev 489349)
+++ PKGBUILD	2019-07-13 10:43:57 UTC (rev 489350)
@@ -1,6 +1,6 @@
 # Maintainer: David Runge <dave at sleepmap.de>
 pkgname=moony.lv2
-pkgver=0.26.0
+pkgver=0.28.0
 pkgrel=1
 pkgdesc="Easily add realtime programmable logic glue in LV2 plugin graphs"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 depends=('libgl')
 makedepends=('lv2' 'meson' 'sord')
 source=("https://git.open-music-kontrollers.ch/lv2/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz")
-sha512sums=('4825fc90a04660a34266bf4dddb51b6c19c173278a0e27653fd5b7c1b84b636891bf3d215bf8479a6fd9637c0a16aa2058c8ab1c3124dbd090fc82750d129d86')
+sha512sums=('afcff788763454b26ae7b94192edca183ce0637b34ae9252b1cbf9fb76f6e2628fb63b9852d8a10cb7d8a68b85f8a1c519045da0a94da9ef5d0b82ce0532f30a')
 
 build() {
   cd "$pkgname-$pkgver"
@@ -21,11 +21,10 @@
   ninja -C build
 }
 
-# check fails due to currently broken lv2_validate in lv2
-# check() {
-#   cd "$pkgname-$pkgver"
-#   meson test -C build
-# }
+check() {
+  cd "$pkgname-$pkgver"
+  meson test -C build || msg "lv2_validate currently known to fail on the plugin"
+}
 
 package() {
   cd "$pkgname-$pkgver"



More information about the arch-commits mailing list