summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2021-01-14 00:43:37 +0100
committerChristopher Arndt2021-01-14 00:43:37 +0100
commitcbf6e9ef9eadce94fd623a37d88166a8c06948b7 (patch)
tree994af505182f94ecf6139c8e01786c5460e43d8f /PKGBUILD
parent1528f6509af4f36cf0564061ba0d51ba08dfae48 (diff)
downloadaur-cbf6e9ef9eadce94fd623a37d88166a8c06948b7.tar.gz
Update message on failing tests
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c2f584657b5..bb59779bd0f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=lilv
pkgname="${_pkgname}-git"
-pkgver=0.24.9.r1287.81babb7
+pkgver=0.24.13.r1396.71a2ff5
pkgrel=1
pkgdesc="A C library interface to the LV2 plug-in standard with Python bindings (git version)"
arch=('i686' 'x86_64')
@@ -42,7 +42,7 @@ prepare() {
check() {
cd "${srcdir}/${_pkgname}"
- python waf test -v || echo "Python tests are currently expected to fail"
+ python waf test -v || echo "Some tests are currently known to fail"
}
build() {