aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2021-05-10 15:12:36 +0200
committerBart Ribbers <bribbers@disroot.org>2021-05-10 15:54:03 +0200
commitc8502b2d24d9c0a97a21cb541f4fb1b9075fb448 (patch)
treeed34294bbe72bb7db1af1899ffaa6d9cdeb661f6
parentdf80e627aea37d594a60a3061af132cb02b46972 (diff)
community/qmlkonsole: upgrade to 21.05
-rw-r--r--community/qmlkonsole/APKBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/qmlkonsole/APKBUILD b/community/qmlkonsole/APKBUILD
index 6512112e16a..306c6c91b5c 100644
--- a/community/qmlkonsole/APKBUILD
+++ b/community/qmlkonsole/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=qmlkonsole
-pkgver=0.1
+pkgver=21.05
pkgrel=0
pkgdesc="Terminal app for Plasma Mobile"
# armhf blocked by extra-cmake-modules
@@ -21,9 +21,8 @@ makedepends="
qt5-qtquickcontrols2-dev
qt5-qtsvg-dev
"
-source="https://invent.kde.org/plasma-mobile/qmlkonsole/-/archive/v$pkgver/qmlkonsole-v$pkgver.tar.gz"
+source="https://download.kde.org/stable/plasma-mobile/$pkgver/qmlkonsole-$pkgver.tar.xz"
options="!check" # No tests
-builddir="$srcdir/$pkgname-v$pkgver"
build() {
cmake -B build \
@@ -37,4 +36,6 @@ package() {
DESTDIR="$pkgdir" cmake --install build
}
-sha512sums="8152da5145ae7dde0f6772e086676b2312a5e91313aad43464fb815a42301e4e16e817d9890f2cb145712078db66ebcf280f460aa709e28e3d8c38541aafac87 qmlkonsole-v0.1.tar.gz"
+sha512sums="
+dfb2ed9f98de72a65c9c3e4bd93735725b339e492da1dc15d086af111f498dada4794ee180f562a17811a294f4a5a8968a93fb1c1805d7634b16c8c1903bed06 qmlkonsole-21.05.tar.xz
+"