diff options
author | Bart Ribbers <bribbers@disroot.org> | 2021-11-01 15:08:03 +0100 |
---|---|---|
committer | Bart Ribbers <bribbers@disroot.org> | 2021-11-01 15:57:08 +0000 |
commit | 4badff8c092b3f7f207c731d5964086b10f3df7d (patch) | |
tree | 5cb35efea9de41f9640e25f482585053362fe9d4 | |
parent | a6c58937fa4b6544b460fdf18419846c5819e2f2 (diff) | |
download | aports-4badff8c092b3f7f207c731d5964086b10f3df7d.tar.gz aports-4badff8c092b3f7f207c731d5964086b10f3df7d.tar.bz2 aports-4badff8c092b3f7f207c731d5964086b10f3df7d.tar.xz |
community/nemo-qml-plugin-thumbnailer: update url
-rw-r--r-- | community/nemo-qml-plugin-thumbnailer/APKBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/community/nemo-qml-plugin-thumbnailer/APKBUILD b/community/nemo-qml-plugin-thumbnailer/APKBUILD index 025598f7601..dfe91a52422 100644 --- a/community/nemo-qml-plugin-thumbnailer/APKBUILD +++ b/community/nemo-qml-plugin-thumbnailer/APKBUILD @@ -2,9 +2,9 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=nemo-qml-plugin-thumbnailer pkgver=1.0.4 -pkgrel=0 +pkgrel=1 pkgdesc="Nemo QML thumbnailer plugin" -url="https://git.sailfishos.org/mer-core/nemo-qml-plugin-thumbnailer" +url="https://github.com/sailfishos/nemo-qml-plugin-thumbnailer" arch="all" license="BSD-3-Clause" depends_dev=" @@ -13,7 +13,7 @@ depends_dev=" " makedepends="$depends_dev" subpackages="$pkgname-dev" -source="https://git.sailfishos.org/mer-core/nemo-qml-plugin-thumbnailer/-/archive/$pkgver/nemo-qml-plugin-thumbnailer-$pkgver.tar.gz" +source="https://github.com/sailfishos/nemo-qml-plugin-thumbnailer/archive/$pkgver/nemo-qml-plugin-thumbnailer-$pkgver.tar.gz" build() { qmake-qt5 @@ -24,4 +24,6 @@ package() { INSTALL_ROOT="$pkgdir" make install } -sha512sums="482948a22c56e78264bcdc2863f525881e6d3ff85764baa00f14f0abdae4b951a2cc648619e6cc4afeb05f238ab759787e7e5b0743b1dec87d1dab14787df038 nemo-qml-plugin-thumbnailer-1.0.4.tar.gz" +sha512sums=" +482948a22c56e78264bcdc2863f525881e6d3ff85764baa00f14f0abdae4b951a2cc648619e6cc4afeb05f238ab759787e7e5b0743b1dec87d1dab14787df038 nemo-qml-plugin-thumbnailer-1.0.4.tar.gz +" |