aboutsummaryrefslogtreecommitdiffstats
path: root/community/nemo-keepalive/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/nemo-keepalive/APKBUILD')
-rw-r--r--community/nemo-keepalive/APKBUILD20
1 files changed, 14 insertions, 6 deletions
diff --git a/community/nemo-keepalive/APKBUILD b/community/nemo-keepalive/APKBUILD
index 7890ac528be..fc98ed8c8cd 100644
--- a/community/nemo-keepalive/APKBUILD
+++ b/community/nemo-keepalive/APKBUILD
@@ -2,15 +2,21 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=nemo-keepalive
pkgver=1.8.4
-pkgrel=0
+pkgrel=2
pkgdesc="Nemo's Keepalive"
-url="https://git.sailfishos.org/mer-core/nemo-keepalive"
+url="https://github.com/sailfishos/nemo-keepalive"
arch="all"
license="LGPL-2.1-or-later"
-depends_dev="qt5-qtdeclarative-dev libiphb-dev mce-dev"
-makedepends="$depends_dev qt5-qtbase-dev qtchooser"
+depends_dev="
+ libiphb-dev
+ mce-dev
+ qt5-qtdeclarative-dev
+ "
+makedepends="$depends_dev
+ qt5-qtbase-dev
+ "
subpackages="$pkgname-dev $pkgname-doc"
-source="https://git.sailfishos.org/mer-core/nemo-keepalive/-/archive/$pkgver/nemo-keepalive-$pkgver.tar.gz"
+source="https://github.com/sailfishos/nemo-keepalive/archive/$pkgver/nemo-keepalive-$pkgver.tar.gz"
options="!check" # No suitable tests
build() {
@@ -25,4 +31,6 @@ package() {
rm -rf "$pkgdir"/opt
}
-sha512sums="7543931dd15953147af1bafae5e7bb83c9a6d9404df00156b19470931fe8ffebaf550a28146c43e73bfebba7fb2e3094707e1d0c7b146c0067a24a77d41cbd82 nemo-keepalive-1.8.4.tar.gz"
+sha512sums="
+7543931dd15953147af1bafae5e7bb83c9a6d9404df00156b19470931fe8ffebaf550a28146c43e73bfebba7fb2e3094707e1d0c7b146c0067a24a77d41cbd82 nemo-keepalive-1.8.4.tar.gz
+"