diff options
Diffstat (limited to 'community/kalzium/APKBUILD')
-rw-r--r-- | community/kalzium/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/kalzium/APKBUILD b/community/kalzium/APKBUILD index 9a3eddf5c2..bd782ce79f 100644 --- a/community/kalzium/APKBUILD +++ b/community/kalzium/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kalzium -pkgver=19.12.2 -pkgrel=1 +pkgver=19.12.3 +pkgrel=0 arch="all !armhf" url="https://edu.kde.org/kalzium/" pkgdesc="Periodic Table of Elements " @@ -13,7 +13,7 @@ subpackages="$pkgname-doc $pkgname-lang $pkgname-dev" options="!check" # No tests build() { - cmake -B "$builddir"/build \ + cmake -B build \ -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib @@ -21,7 +21,7 @@ build() { } check() { - cd "$builddir"/build + cd build CTEST_OUTPUT_ON_FAILURE=TRUE ctest } @@ -29,4 +29,4 @@ package() { DESTDIR="$pkgdir" make -C build install } -sha512sums="e12ca2ce5ef683c66232f057827f823b2fd9b8e604053326e9ba496a319b48fbf025ac4a09c6779ed8c7320c98d87031516e9e6f73b15b17deb4b94219d69039 kalzium-19.12.2.tar.xz" +sha512sums="fb8389937c605cd681295a16a87795caa317c8362c6704406adc3b67adf1c426019b6d52cc08d71248a9c705971248ed1b93e972741db917757bc479bff1af7b kalzium-19.12.3.tar.xz" |