summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcorey drew bruce2024-04-23 14:33:53 +1000
committercorey drew bruce2024-04-23 14:33:53 +1000
commit65fe4bbd71cf6645bb30e96df8d5a0424d26beec (patch)
tree21751c3e2936d5ec351ba21407cb40e0af5db163
parenta43352b1cebcc2458624933cebbc807d7b943837 (diff)
downloadaur-65fe4bbd71cf6645bb30e96df8d5a0424d26beec.tar.gz
- Updated repo link as I have moved it to a big main repository for all my projects - Added the checksums to the package
-rwxr-xr-x.SRCINFO5
-rwxr-xr-xPKGBUILD7
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04d827aebe21..84cf5ad2b215 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,6 +2,7 @@ pkgbase = netlify-application
pkgdesc = Unofficial Netlify desktop application
pkgver = 1.1.1
pkgrel = 1
+ url = https://gitlab.com/linuxbombay/netlify-desktop//application
arch = x86_64
arch = aarch64
license = GPL
@@ -11,7 +12,7 @@ pkgbase = netlify-application
depends = gtk3
depends = libxss
depends = git
- source = https://github.com/netlifydesktop-pkg/application/archive/refs/tags/1.1.1-1.tar.gz
- sha256sums = SKIP
+ source = https://gitlab.com/linuxbombay/netlify-desktop//application/-/archive/1.1.1-1/application-1.1.1-1.tar.bz2
+ sha256sums = 368c2e8388e670c6067a76859649a9d83a72447220c7da8612f741176bf4e2eb
pkgname = netlify-application
diff --git a/PKGBUILD b/PKGBUILD
index b00a21694d13..5b5a47ce193d 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,11 @@ pkgrel=1
pkgdesc="Unofficial Netlify desktop application"
arch=('x86_64' 'aarch64')
license=('GPL')
+url="https://gitlab.com/linuxbombay/netlify-desktop//application"
depends=('libelectron' 'nss' 'gtk3' 'libxss' 'git')
makedepends=('unzip')
-#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/$pkgver-$pkgrel.tar.gz")
-sha256sums=('SKIP')
+source=("$url/-/archive/$pkgver-$pkgrel/application-$pkgver-$pkgrel.tar.bz2")
+sha256sums=('368c2e8388e670c6067a76859649a9d83a72447220c7da8612f741176bf4e2eb')
package() {