summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmerson Almeida2022-09-30 09:06:57 -0300
committerEmerson Almeida2022-09-30 09:09:12 -0300
commitf91d786b3a7823b4ebcebc0fd2687919a83e162a (patch)
treebe50f64e183ac49f811f784f0c7af9d8f7ccc4e2
parent213262e59c95ad160718e6464f2fdcd15a8267ec (diff)
downloadaur-f91d786b3a7823b4ebcebc0fd2687919a83e162a.tar.gz
allow user Archi as command line
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rwxr-xr-xarchi-launcher.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 271e0ca2b960..ff84c2448d40 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.10.0
- pkgrel = 2
+ pkgrel = 3
url = http://www.archimatetool.com/
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 6211214d742c..31eb22bf2152 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _pkgver_major=4
_pkgver_minor=10
_pkgver_patch=0
pkgver=${_pkgver_major}.${_pkgver_minor}.${_pkgver_patch}
-pkgrel=2
+pkgrel=3
pkgdesc="Free, open source, cross-platform tool and editor to create ArchiMate models."
arch=('x86_64')
url="http://www.archimatetool.com/"
diff --git a/archi-launcher.sh b/archi-launcher.sh
index f9f12c3e5030..4a11664262cb 100755
--- a/archi-launcher.sh
+++ b/archi-launcher.sh
@@ -1,3 +1,3 @@
#!/bin/bash
export PATH="/usr/lib/jvm/java-8-openjdk/jre/bin:$PATH"
-/opt/archi/Archi
+/opt/archi/Archi $@