From c39fa9688675fb058210dd01a0cdb7794c4c835e Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sat, 27 Nov 2021 18:51:05 +0100 Subject: [PATCH] temp/gnome-software-plugin-apk: fix upstream source This will be upgraded soon, however let's let this broken URL not block the initial v21.12 bring up for now. Again, same checksum as the previous tarball. For edge we'll probably remove this package and instead Alpine's version instead. [ci:skip-vercheck] --- temp/gnome-software-plugin-apk/APKBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/temp/gnome-software-plugin-apk/APKBUILD b/temp/gnome-software-plugin-apk/APKBUILD index 3b16130a2..4c21035d7 100644 --- a/temp/gnome-software-plugin-apk/APKBUILD +++ b/temp/gnome-software-plugin-apk/APKBUILD @@ -9,7 +9,7 @@ arch="x86_64 armv7 armhf aarch64 x86 ppc64le" # apk-polkit-rs license="GPL-2.0-or-later" makedepends="meson gnome-software-dev gnome-software-static apk-polkit-rs-dev" options="!check" # no tests -source="https://github.com/Cogitri/gnome-software-plugin-apk/archive/v$_pkgver/gnome-software-plugin-apk-$_pkgver.tar.gz" +source="gnome-software-plugin-apk-$_pkgver.tar.gz::https://github.com/Cogitri/gnome-software-plugin-apk/archive/refs/tags/v$_pkgver.tar.gz" # override builddir, because "$_pkgver" != "$pkgver" builddir="$srcdir/$pkgname-$_pkgver" @@ -30,4 +30,6 @@ package() { DESTDIR="$pkgdir" meson install --no-rebuild -C output } -sha512sums="843387b54d846a7262175a9397811f1495870744f72b896e356321467d772f2b3b50dcdba402f528f32323f86d3a26e48a13ac15bb4ad59915d0f8659de94e22 gnome-software-plugin-apk-0.8.1.tar.gz" +sha512sums=" +843387b54d846a7262175a9397811f1495870744f72b896e356321467d772f2b3b50dcdba402f528f32323f86d3a26e48a13ac15bb4ad59915d0f8659de94e22 gnome-software-plugin-apk-0.8.1.tar.gz +"