[arch-commits] Commit in viking/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Thu May 13 07:51:14 UTC 2021


    Date: Thursday, May 13, 2021 @ 07:51:13
  Author: bgyorgy
Revision: 932924

Fix using the upstream metainfo file (FS#70827)

Modified:
  viking/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-13 07:14:33 UTC (rev 932923)
+++ PKGBUILD	2021-05-13 07:51:13 UTC (rev 932924)
@@ -14,9 +14,9 @@
 optdepends=('gpsbabel: import and export GPS tracks from various formats')
 changelog=$pkgname.changelog
 source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2
-        https://github.com/viking-gps/viking/blob/$pkgname-$pkgver/org.viking.Viking.appdata.xml)
+        https://raw.githubusercontent.com/viking-gps/$pkgname/$pkgname-$pkgver/org.viking.Viking.appdata.xml)
 sha256sums=('fe4acf3d24121d6f3097d17ea704b42c0336a8f693151886b8b26e308dbfcb3b'
-            'abb98a7e0a3861e850cfc274312d88526e4c810f10ea54050bbf4473feb1b1b3')
+            '2a3d60bfed29db9ebc973f02a769c347cb04dafd474fb499448f27de0bbede0f')
 
 prepare() {
   sed -i 's/org.viking.Viking.desktop/viking.desktop/' org.viking.Viking.appdata.xml



More information about the arch-commits mailing list