summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Anderson2018-08-26 22:00:33 -0700
committerEric Anderson2018-08-26 22:00:33 -0700
commit598329f8ac53c435c5d78cab4a0e5c8970c013a6 (patch)
tree072f7bc88c49d021faf4a4380d7f9e9ab08c155e
parent06d838853254c664bd34ece0f5557b3ef3e57d6b (diff)
downloadaur-598329f8ac53c435c5d78cab4a0e5c8970c013a6.tar.gz
Swap to GitHub mirror since GitLab is filtering downloads
GitLab changed their downloads to no longer include the flatpak directory. I have to believe this is some configuration feature that GitLab provides that gnome-games has recently enabled.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cc728602189..0c46fffb24d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,8 @@ pkgbase = gnome-games-libretro
url = https://wiki.gnome.org/Apps/Games
arch = any
license = GPL3
- source = https://gitlab.gnome.org/GNOME/gnome-games/-/archive/3.28.0/gnome-games-3.28.0.tar.bz2
- sha256sums = 56c80b960d7000ebefc22c20187b887b2a5959fc37afe20e214c40f5a0ee8dfb
+ source = https://github.com/GNOME/gnome-games/archive/3.28.0.tar.gz
+ sha256sums = 07e3c8b1bdd67647084d28ac207acff369d835b98a5c5a554fc9a2ad90447533
pkgname = gnome-games-libretro
diff --git a/PKGBUILD b/PKGBUILD
index a949daa94385..a3f28f7c316e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ pkgdesc='Libretro definitions for gnome-games'
arch=('any')
license=('GPL3')
url='https://wiki.gnome.org/Apps/Games'
-source=("https://gitlab.gnome.org/GNOME/$_srcname/-/archive/$pkgver/$_srcname-$pkgver.tar.bz2")
-sha256sums=('56c80b960d7000ebefc22c20187b887b2a5959fc37afe20e214c40f5a0ee8dfb')
+source=("https://github.com/GNOME/$_srcname/archive/$pkgver.tar.gz")
+sha256sums=('07e3c8b1bdd67647084d28ac207acff369d835b98a5c5a554fc9a2ad90447533')
package() {
cd "$_srcname-$pkgver"