diff options
Diffstat (limited to 'testing/kdevelop-python')
| -rw-r--r-- | testing/kdevelop-python/APKBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
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 <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> -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" |
