summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEmerson Almeida2022-12-13 10:26:15 -0300
committerEmerson Almeida2022-12-13 10:26:15 -0300
commit44eae9437fe92ea31a32ecfdca458552ad0dcec6 (patch)
tree1f6e558b5e4d5d25574327d7d28e66e22bf0c8b4 /PKGBUILD
parent78dc7d32a4be3b045c9c6c1d0e94680c08b790b9 (diff)
downloadaur-44eae9437fe92ea31a32ecfdca458552ad0dcec6.tar.gz
fix download url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index afd3e8e88e38..6e60ba723039 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ depends=('java-runtime-openjdk=8' 'bash')
optdepends=('webkitgtk2: hints view support')
provides=('archi')
-source=("https://www.archimatetool.com/downloads/archi/${pkgver}/Archi-Linux64-${pkgver}.tgz"
+source=("https://www.archimatetool.com/downloads/index.php?/downloads/archi/${pkgver}/Archi-Linux64-${pkgver}.tgz"
"${pkgname}.desktop"
"${pkgname}-launcher.sh"
"LICENSE")