summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDX372019-03-11 21:34:03 +0700
committerDX372019-03-11 21:34:03 +0700
commit553ebd4a256c465712f7bbc3f0310aefeb0dae77 (patch)
treea3eb733e07447217ef6fee473571f2e8a22dd7ef
parent056443abfd36c54802ac7d8b65a4c745a89f037c (diff)
downloadaur-553ebd4a256c465712f7bbc3f0310aefeb0dae77.tar.gz
add optdepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 173e8143eb6a..cdec8e0ae0b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = anylogic-ple
license = custom
makedepends = gendesk
depends = glibc
+ optdepends = chromium: alternative browser for model animating
+ optdepends = firefox: alternative browser for model animating
noextract = $pkgname-$pkgver.linux.x86_64.tgz.bin
options = !strip
source = https://files.anylogic.com/anylogic-ple-8.4.0.linux.x86_64.tgz.bin
diff --git a/PKGBUILD b/PKGBUILD
index 3a899d392c58..4eb3ee15d9e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,8 @@ url="https://www.anylogic.com"
license=('custom')
depends=('glibc')
makedepends=('gendesk')
+optdepends=('chromium: alternative browser for model animating'
+ 'firefox: alternative browser for model animating')
options=(!strip)
source=("https://files.anylogic.com/$pkgname-$pkgver.linux.x86_64.tgz.bin")
noextract=('$pkgname-$pkgver.linux.x86_64.tgz.bin')