summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcorey drew bruce2024-04-15 17:13:12 +1000
committercorey drew bruce2024-04-15 17:13:12 +1000
commit04d4669deea6879c60ebc6cb65d8b07fe221b155 (patch)
tree71c0e4046b1f2de35f5aa49d273eb1dd33358f2d
parent8570a5fa2bf2e3c3874953fbca923afc78251469 (diff)
downloadaur-04d4669deea6879c60ebc6cb65d8b07fe221b155.tar.gz
Using backup mirror repo until main repo is fixed
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5749eb1d5653..b473e978e939 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = netlify-application
depends = gtk3
depends = libxss
depends = git
- source = https://gitlab.com/netlify-desktop/application/-/archive/1.1.1-1/application-1.1.1-1.tar.bz2
+ source = https://github.com/netlifydesktop-pkg/application/archive/refs/tags/netlify-application-1.tar.gz
sha256sums = SKIP
pkgname = netlify-application
diff --git a/PKGBUILD b/PKGBUILD
index a58cf4b3a389..87b56aa34b5f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,9 @@ arch=('x86_64' 'aarch64')
license=('GPL')
depends=('libelectron' 'nss' 'gtk3' 'libxss' 'git')
makedepends=('unzip')
-source=("https://gitlab.com/netlify-desktop/application/-/archive/$pkgver-$pkgrel/application-$pkgver-$pkgrel.tar.bz2")
+#source=("https://gitlab.com/netlify-desktop/application/-/archive/$pkgver-$pkgrel/application-$pkgver-$pkgrel.tar.bz2")
+#Backup temp repo
+source=("https://github.com/netlifydesktop-pkg/application/archive/refs/tags/$pkgname-$pkgrel.tar.gz")
sha256sums=('SKIP')