summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-03-08 18:15:47 +0200
committerDimitris Kiziridis2020-03-08 18:15:47 +0200
commit3cc0b187848c08cbb8652bdb00e5255fccd3d3d6 (patch)
treed5ba69d2d6309e859f5c2772507b43e65ea4f254 /PKGBUILD
parentfc8c6153bd339e734932515002221006f72aacf0 (diff)
downloadaur-3cc0b187848c08cbb8652bdb00e5255fccd3d3d6.tar.gz
add post_install
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 642e0ee27011..779a8374cbec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,14 @@
pkgname=alice-bin
pkgver=3.5
-pkgrel=1
+pkgrel=2
pkgdesc='An educational software that teaches students computer programming in a 3D environment'
arch=('i686' 'x86_64')
url="http://www.alice.org/"
license=('custom')
-depends=('java-environment' 'mesa')
+depends=('java-environment=8' 'mesa')
provides=('alice3')
+install=post_install
source=("http://www.alice.org/wp-content/uploads/2019/04/Alice3_unix_3_5.sh")
noextract=('Alice3_unix_3_5.sh')
sha512sums=('8c1d17e95bc08b38a9615607be9c47dc96c0e374118364377a197e12026e6b26a0058e75a4f7d0f9c81ad1153734012a6796eaa44247c00d19c8e4a114f0c836')