aboutsummaryrefslogtreecommitdiffstats
path: root/community/step
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-03-11 13:15:49 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-03-15 15:42:46 +0100
commitdc9617ecddac979239dbd1743e70a81743f77f62 (patch)
treec2ce5e0b2958dab18c152dbb7c37edd3c7e643dc /community/step
parente284ee4af8b2ebe9699a7125205be34db120bfc3 (diff)
downloadaports-dc9617ecddac979239dbd1743e70a81743f77f62.tar.bz2
aports-dc9617ecddac979239dbd1743e70a81743f77f62.tar.xz
{community,testing}/kde-applications: upgrade to 19.12.3
Diffstat (limited to 'community/step')
-rw-r--r--community/step/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/step/APKBUILD b/community/step/APKBUILD
index ba0771b8f9..11f0497ce2 100644
--- a/community/step/APKBUILD
+++ b/community/step/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=step
-pkgver=19.12.2
-pkgrel=1
+pkgver=19.12.3
+pkgrel=0
arch="all !armhf"
url="https://edu.kde.org/step/"
pkgdesc="Interactive Physics Simulator"
@@ -12,7 +12,7 @@ source="https://download.kde.org/stable/release-service/$pkgver/src/step-$pkgver
subpackages="$pkgname-doc $pkgname-lang"
build() {
- cmake -B "$builddir"/build \
+ cmake -B build \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
@@ -20,7 +20,7 @@ build() {
}
check() {
- cd "$builddir"/build
+ cd build
CTEST_OUTPUT_ON_FAILURE=TRUE ctest
}
@@ -28,4 +28,4 @@ package() {
DESTDIR="$pkgdir" make -C build install
}
-sha512sums="81378ea5850369c3cb6c72d8830cfef2669cbdbba4753cbdad9410ad0667a7711685d0042fe9acc47895ff441ad70dba460767c4b6f027e539b3c9a0a8c1c707 step-19.12.2.tar.xz"
+sha512sums="af8c67a0e6678461a2536a7abdc7b27d1ed4d172bf838414c29c47ff4ed42db5e32a2c6394bfa704d3bd2de04c4186fe608da16aa6e13414de26555cbf4cd7a1 step-19.12.3.tar.xz"