From 1774e745eb33c19d4ce6848ccc3ae8c29382b253 Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Wed, 6 May 2020 15:34:41 +0200 Subject: testing/kdevelop-python: upgrade to 5.5.1 --- testing/kdevelop-python/APKBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'testing/kdevelop-python') diff --git a/testing/kdevelop-python/APKBUILD b/testing/kdevelop-python/APKBUILD index f686ebcffa..e756ff66fd 100644 --- a/testing/kdevelop-python/APKBUILD +++ b/testing/kdevelop-python/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers # Maintainer: Bart Ribbers -pkgname="kdevelop-python" -pkgver="5.5.0" +pkgname=kdevelop-python +pkgver=5.5.1 pkgrel=0 pkgdesc="Python language and documentation plugin for KDevelop" url="https://www.kdevelop.org/" @@ -15,20 +15,20 @@ options="!check" # Tests hang builddir="$srcdir/kdev-python-$pkgver" build() { - cmake -B "$builddir"/build \ + cmake -B build \ -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib - make -C build + cmake --build build } check() { - cd "$builddir"/build + cd build CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest } package() { - DESTDIR="$pkgdir" make -C build install + DESTDIR="$pkgdir" cmake --build build --target install } -sha512sums="6fde0221de7407a12d29c4a1df8d0d6e965613956d1b5a7fd375f4dd8ab34784b92e5b22dc523c8ce6a4aca80dc3dad16b3e549c0569959b35023b18434add26 kdev-python-5.5.0.tar.xz" +sha512sums="e690e6f0ff681e65a1ffad2b376b48baf3e17b003e368afcda54e19a19b6e72ec58c9d77c2e1e7976d84e2a9d9cfdf3406537444502a25eea752ccedba6a1e8a kdev-python-5.5.1.tar.xz" -- cgit v1.2.3