diff options
Diffstat (limited to 'user/kcontacts/APKBUILD')
-rw-r--r-- | user/kcontacts/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/user/kcontacts/APKBUILD b/user/kcontacts/APKBUILD index 71ac6fef0..b5ce62443 100644 --- a/user/kcontacts/APKBUILD +++ b/user/kcontacts/APKBUILD @@ -1,7 +1,7 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=kcontacts -pkgver=17.08.2 +pkgver=17.12.2 pkgrel=0 pkgdesc="Library for working with contact information" url="https://www.kde.org" @@ -34,7 +34,8 @@ build() { check() { cd "$builddir" # addresstest requires the library to already be installed. - CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E addresstest + # picturetest requires X11 running. + CTEST_OUTPUT_ON_FAILURE=TRUE ctest -E "(address|picture)test" } package() { @@ -42,4 +43,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="0c87a84b3bc588150d5c46cdce78f516c7e002bdd99527f78d7ca4a51658aa0eed3326d94a4a2add5d12a8d8f432df1c32e8b5aca3de172df7785304c9f879a2 kcontacts-17.08.2.tar.xz" +sha512sums="f6b18421b06d6991c0f99921ccfbe30b8ff79e6912fb1dda2fde06da21600ebcf231549176192ee6ff7f4ca043045a3134389c0b6189c8876a999b4d4d4a2a40 kcontacts-17.12.2.tar.xz" |