diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-16 03:13:31 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-16 03:13:31 -0500 |
commit | 44d8df53c1fa631897a0935a0a7889a9e6ac0f84 (patch) | |
tree | 099f14c6e2a94246ce163b24b3d528d7d75b8942 /user/step | |
parent | 6018c952f045c29d9a1119ed70f8a3e5044790bc (diff) | |
download | packages-44d8df53c1fa631897a0935a0a7889a9e6ac0f84.tar.gz packages-44d8df53c1fa631897a0935a0a7889a9e6ac0f84.tar.bz2 packages-44d8df53c1fa631897a0935a0a7889a9e6ac0f84.tar.xz packages-44d8df53c1fa631897a0935a0a7889a9e6ac0f84.zip |
user/[KDE Education]: bump to 18.04.3, modernise, etc
Diffstat (limited to 'user/step')
-rw-r--r-- | user/step/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/user/step/APKBUILD b/user/step/APKBUILD index ad5d9fc7a..7ad46b04b 100644 --- a/user/step/APKBUILD +++ b/user/step/APKBUILD @@ -1,7 +1,7 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=step -pkgver=18.04.1 +pkgver=18.04.3 pkgrel=0 pkgdesc="Interactive physics simulation" url="https://www.kde.org/applications/education/step/" @@ -11,9 +11,8 @@ depends="" makedepends="cmake extra-cmake-modules qt5-qtbase-dev qt5-qtdeclarative-dev kdoctools-dev qt5-qtsvg-dev kcrash-dev khtml-dev kconfig-dev eigen-dev kdelibs4support-dev knewstuff-dev kplotting-dev" -install="" subpackages="$pkgname-doc $pkgname-lang" -source="http://download.kde.org/stable/applications/$pkgver/src/step-$pkgver.tar.xz" +source="https://download.kde.org/stable/applications/$pkgver/src/step-$pkgver.tar.xz" build() { cd "$builddir" @@ -42,4 +41,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="cc790b66ba845bcc97820c3a81d9a5899a3977c99108dd286d09f06b0b8e6f91e2f92440bd8404af584f026e8e3c32ff14b7b7b8acada604ea39fa4261a3c5f3 step-18.04.1.tar.xz" +sha512sums="0634a5e00a8a5e631adbc1090fff41892c6846698706f685c3f4b06457b1ef991fce5539937b2eef039c8e8b13d4ddaf39a40806672d57c16f2c83a736838e79 step-18.04.3.tar.xz" |