summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parenta43352b1cebcc2458624933cebbc807d7b943837 (diff)
downloadaur-netlify-application.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
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD7
1 files changed, 3 insertions, 4 deletions
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() {