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

David Runge dvzrv at archlinux.org
Sun Feb 18 22:33:17 UTC 2018


    Date: Sunday, February 18, 2018 @ 22:33:16
  Author: dvzrv
Revision: 296259

upgpkg: lilv 0.24.2-2

Rebuild for community. Adding unit tests in check().

Modified:
  lilv/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-18 22:23:30 UTC (rev 296258)
+++ PKGBUILD	2018-02-18 22:33:16 UTC (rev 296259)
@@ -5,7 +5,7 @@
 
 pkgname=lilv
 pkgver=0.24.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A C library interface to the LV2 plug-in standard"
 arch=('x86_64')
 url="https://drobilla.net/software/lilv/"
@@ -28,10 +28,16 @@
   cd "${pkgname}-${pkgver}"
   python waf configure --prefix=/usr \
                        --no-bash-completion \
-                       --dyn-manifest
+                       --dyn-manifest \
+                       --test
   python waf build
 }
 
+check() {
+  cd "${pkgname}-${pkgver}"
+  python waf test
+}
+
 package() {
   cd "${pkgname}-${pkgver}"
   python waf install --destdir="${pkgdir}"



More information about the arch-commits mailing list