diff options
author | Bart Ribbers <bribbers@disroot.org> | 2021-11-01 15:06:27 +0100 |
---|---|---|
committer | Bart Ribbers <bribbers@disroot.org> | 2021-11-01 15:57:08 +0000 |
commit | bafc4e738532aa82f05e89f58dab1755abbe93df (patch) | |
tree | 6013b6480776d5869d90897b43adae73c6a6fd0d | |
parent | 6093e0142ed6928eda0a3e93504047f20f8a032d (diff) | |
download | aports-bafc4e738532aa82f05e89f58dab1755abbe93df.tar.gz aports-bafc4e738532aa82f05e89f58dab1755abbe93df.tar.bz2 aports-bafc4e738532aa82f05e89f58dab1755abbe93df.tar.xz |
community/libngf: update url
-rw-r--r-- | community/libngf/APKBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/community/libngf/APKBUILD b/community/libngf/APKBUILD index eb02f38a6fe..72bd0eb2389 100644 --- a/community/libngf/APKBUILD +++ b/community/libngf/APKBUILD @@ -2,9 +2,9 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=libngf pkgver=0.28 -pkgrel=0 +pkgrel=1 pkgdesc="Nemo's libngf" -url="https://git.sailfishos.org/mer-core/libngf" +url="https://github.com/sailfishos/libngf" arch="all" license="LGPL-2.1-or-later" depends_dev=" @@ -19,7 +19,7 @@ makedepends="$depends_dev libtool " subpackages="$pkgname-dev" -source="https://git.sailfishos.org/mer-core/libngf/-/archive/$pkgver/libngf-$pkgver.tar.gz" +source="https://github.com/sailfishos/libngf/archive/$pkgver/libngf-$pkgver.tar.gz" options="!check" # No suitable tests build() { @@ -36,4 +36,6 @@ package() { rm -rf "$pkgdir"/opt } -sha512sums="aad5aefb76d991f7f463a4051c9dbfaf3e04698e8c0f84e081bda8cabfd94099e14cb3cf9ebe27b7618a606dcb8cf44eb336b69b4ef52d53263b20db6afc07bb libngf-0.28.tar.gz" +sha512sums=" +aad5aefb76d991f7f463a4051c9dbfaf3e04698e8c0f84e081bda8cabfd94099e14cb3cf9ebe27b7618a606dcb8cf44eb336b69b4ef52d53263b20db6afc07bb libngf-0.28.tar.gz +" |