summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDMaxter2020-06-08 16:32:07 +0100
committerDMaxter2020-06-08 16:32:07 +0100
commit537b757b943c701ddf69d25f41cb5bea8ae562b3 (patch)
treecc8618101ec65b5313aa6aae4c1e57f0a1d05149
parentb39d09c4e32d8c218d86eb6cc7cecadfd0d3d688 (diff)
downloadaur-537b757b943c701ddf69d25f41cb5bea8ae562b3.tar.gz
Updated link
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 324d3f36e52e..5cd20aa0e638 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = archi
depends = bash
optdepends = webkitgtk2: hints view support
provides = archi
- source = https://www.archimatetool.com/downloads/91e23b2d4f176ed1a/Archi-Linux64-4.6.0.tgz
+ source = https://www.archimatetool.com/downloads/19ef8fac18e/Archi-Linux64-4.6.0.tgz
source = archi.desktop
source = archi-launcher.sh
source = LICENSE
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..0b8b67a28834
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.tgz
+*.tar.xz
+pkg/
+src/
diff --git a/PKGBUILD b/PKGBUILD
index 2a895be6391e..70515f70b65a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@ license=('MIT')
depends=('java-runtime-openjdk=8' 'bash')
optdepends=('webkitgtk2: hints view support')
provides=('archi')
-_build="91e23b2d4f176ed1a"
-source=("https://www.archimatetool.com/downloads/$pkgver/Archi-Linux64-$pkgver.tgz"
+_build="19ef8fac18e"
+source=("https://www.archimatetool.com/downloads/$_build/Archi-Linux64-$pkgver.tgz"
"$pkgname.desktop"
"$pkgname-launcher.sh"
'LICENSE')