summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcorey drew bruce2024-04-15 16:37:22 +1000
committercorey drew bruce2024-04-15 16:37:22 +1000
commit4e62c3eb7f32fed2abd1f73eb11fe599576f580f (patch)
tree6a84dd4fa41b405ca9dbbac4b8a053770b053338
parent24d8d78fcec017b8b6cfe925f54f3110d8a616b7 (diff)
downloadaur-4e62c3eb7f32fed2abd1f73eb11fe599576f580f.tar.gz
Using backup mirror repo until main repo is fixed
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0edad407d677..da3d7c4ffa62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = twitch
depends = libxss
depends = git
conflicts = twitch-bin
- source = https://gitlab.com/twitch-application/application/-/archive/1.0.6-1/application-1.0.6-1.tar.bz2
+ source = https://github.com/Twitch-pkg/application/archive/refs/tags/1.0.6-1.tar.gz
sha256sums = SKIP
pkgname = twitch
diff --git a/PKGBUILD b/PKGBUILD
index 736fe9574d6a..c215dd3d2588 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,8 @@ depends=('libelectron' 'nss' 'gtk3' 'libxss' 'git')
makedepends=('unzip')
conflicts=("twitch-bin")
replace=("twitch-bin")
-source=("https://gitlab.com/twitch-application/application/-/archive/$pkgver-$pkgrel/application-$pkgver-$pkgrel.tar.bz2")
+#source=("https://gitlab.com/twitch-application/application/-/archive/$pkgver-$pkgrel/application-$pkgver-$pkgrel.tar.bz2")
+source=("https://github.com/Twitch-pkg/application/archive/refs/tags/$pkgver-$pkgrel.tar.gz")
sha256sums=('SKIP')
@@ -33,4 +34,4 @@ package() {
install -Dm644 "$srcdir/$_pkgname/$_pkgname.desktop" \
"$pkgdir/usr/share/applications/$_pkgname.desktop"
sed -i s%/usr/share%/opt% "$pkgdir/usr/share/applications/$_pkgname.desktop"
-} \ No newline at end of file
+}