summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Borgert2020-11-09 20:59:29 +0100
committerTobias Borgert2020-11-09 20:59:49 +0100
commit2c110304ac8dbf5551ea32e93b526a614fa65b6d (patch)
treea1a47f0c2fe5854fff83562908f35ac9f804af36
parent757c0ad3aa69b22262f659a90156ba5904b1c35a (diff)
downloadaur-2c110304ac8dbf5551ea32e93b526a614fa65b6d.tar.gz
Adapted download link
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD5
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 309e69c9dffc..0c9804d0e665 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = archi
pkgdesc = Free, open source, cross-platform tool and editor to create ArchiMate models.
pkgver = 4.7.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.archimatetool.com/
arch = x86_64
license = MIT
@@ -9,7 +9,7 @@ pkgbase = archi
depends = bash
optdepends = webkitgtk2: hints view support
provides = archi
- source = https://www.archimatetool.com/downloads/71cb57db/Archi-Linux64-4.7.1.tgz
+ source = https://www.archimatetool.com/downloads/archi/Archi-Linux64-4.7.1.tgz
source = archi.desktop
source = archi-launcher.sh
source = LICENSE
diff --git a/.gitignore b/.gitignore
index c1fed639736a..2932c760eba6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
*.tgz
*.tar.xz
+*.tar.zst
*.tar
pkg/
src/
diff --git a/PKGBUILD b/PKGBUILD
index bf703c30b8db..c8bf92d2c34f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Jeroen Rijken <jeroen dot rijken at gmail dot com>
pkgname=archi
pkgver=4.7.1
-pkgrel=1
+pkgrel=2
pkgdesc="Free, open source, cross-platform tool and editor to create ArchiMate models."
arch=('x86_64')
url="http://www.archimatetool.com/"
@@ -12,8 +12,7 @@ license=('MIT')
depends=('java-runtime-openjdk=8' 'bash')
optdepends=('webkitgtk2: hints view support')
provides=('archi')
-_build="71cb57db"
-source=("https://www.archimatetool.com/downloads/$_build/Archi-Linux64-$pkgver.tgz"
+source=("https://www.archimatetool.com/downloads/archi/Archi-Linux64-$pkgver.tgz"
"$pkgname.desktop"
"$pkgname-launcher.sh"
'LICENSE')