summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcorey drew bruce2024-04-15 17:31:14 +1000
committercorey drew bruce2024-04-15 17:31:14 +1000
commit1876295c19912fe517b9db819b5637580bdfec31 (patch)
tree8b3ec39a9322bfa44bb1d54fc8e4a4b258a7a442
parent7c8aefba50e33b51bbdd6192714c01229ccb3534 (diff)
downloadaur-1876295c19912fe517b9db819b5637580bdfec31.tar.gz
Using backup mirror repo until main repo is fixed
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e62213f01bc9..32e6b3ba8604 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = syncthingdesktop
depends = libxss
depends = git
depends = syncthing
- source = https://gitlab.com/syncthingdesktop/application/-/archive/1.0.1-1/application-1.0.1-1.tar.bz2
+ source = https://github.com/syncthingdesktop-pkg/application/archive/refs/tags/1.0.1-1.tar.gz
sha256sums = SKIP
pkgname = syncthingdesktop
diff --git a/PKGBUILD b/PKGBUILD
index 7887c44f3feb..63f55e691278 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,9 @@ url="https://gitlab.com/syncthingdesktop"
license=('GPL')
depends=('libelectron' 'nss' 'gtk3' 'libxss' 'git' 'syncthing')
makedepends=('unzip')
-source=("https://gitlab.com/syncthingdesktop/application/-/archive/$pkgver-$pkgrel/application-$pkgver-$pkgrel.tar.bz2")
+#source=("https://gitlab.com/syncthingdesktop/application/-/archive/$pkgver-$pkgrel/application-$pkgver-$pkgrel.tar.bz2")
+#Backup temp repo
+source=("https://github.com/syncthingdesktop-pkg/application/archive/refs/tags/$pkgver-$pkgrel.tar.gz")
sha256sums=('SKIP')