summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcorey drew bruce2024-04-27 11:43:31 +1000
committercorey drew bruce2024-04-27 11:43:31 +1000
commitacaab4d390e4f3ae1eee4eb0611f8dec2a01f146 (patch)
tree3ddf2e710674f0f2347ab69a6386e8d86fdb9b31
parent28909cd640ec6dfee657059aa5de99a3357796cb (diff)
downloadaur-stan-desktop.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
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4b1c59f091d..cb940a3f35bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = stan-desktop
pkgdesc = Unnofficial Stan desktop application
pkgver = 1.0.5
pkgrel = 1
- url = https://gitlab.com/Stan-desktop/application
+ url = https://gitlab.com/linuxbombay/stan-desktop
arch = x86_64
license = GPL
makedepends = unzip
@@ -12,7 +12,7 @@ pkgbase = stan-desktop
depends = libxss
depends = git
conflicts = Stan-bin
- source = https://gitlab.com/Stan-desktop/application/-/archive/1.0.5-1/application-1.0.5-1.tar.bz2
- sha256sums = SKIP
+ source = https://gitlab.com/linuxbombay/stan-desktop/application/-/archive/1.0.5-1/application-1.0.5-1.tar.bz2
+ sha256sums = aa8469ffb7242a0857d2b85c9fa8c409f328f3e8cb3d370162b5b2937fea414c
pkgname = stan-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 3703c0a615ea..83a9cd29f6cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@ pkgver=1.0.5
pkgrel=1
pkgdesc="Unnofficial Stan desktop application"
arch=('x86_64')
-url="https://gitlab.com/Stan-desktop/application"
+url="https://gitlab.com/linuxbombay/stan-desktop"
license=('GPL')
depends=('libelectron' 'nss' 'gtk3' 'libxss' 'git')
makedepends=('unzip')
conflicts=("Stan-bin")
replace=("Stan-bin")
-source=("https://gitlab.com/Stan-desktop/application/-/archive/$pkgver-$pkgrel/application-$pkgver-$pkgrel.tar.bz2")
-sha256sums=('SKIP')
+source=("$url/application/-/archive/$pkgver-$pkgrel/application-$pkgver-$pkgrel.tar.bz2")
+sha256sums=('aa8469ffb7242a0857d2b85c9fa8c409f328f3e8cb3d370162b5b2937fea414c')
package() {
for dir in application-$pkgver-$pkgrel ; do mv "${dir}" "$_pkgrlname" ;done