summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2021-10-09 15:20:23 +0300
committerYigit Sever2021-10-09 15:20:23 +0300
commit9b6c63a3044352960ee91b412ac19e1ef1181914 (patch)
treefdb1e485486b21971a8a62b2986787e3c6d26727
parente1518c638331d13e26bd37a557701743a78ea29b (diff)
downloadaur-9b6c63a3044352960ee91b412ac19e1ef1181914.tar.gz
Add required java-runtime to install script
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--logisim-evolution.install14
3 files changed, 14 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ced5f3111c3..ea8b20dd415d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = logisim-evolution
pkgdesc = An educational tool for designing and simulating digital logic circuits (build from source)
pkgver = 3.6.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/reds-heig/logisim-evolution
install = logisim-evolution.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 2141d0b9dc5e..66b2b867a7a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
pkgname=logisim-evolution
pkgver=3.6.1
-pkgrel=2
+pkgrel=3
pkgdesc='An educational tool for designing and simulating digital logic circuits (build from source)'
provides=('logisim-evolution')
conflicts=('logisim-evolution-git' 'logisim-evolution-bin')
diff --git a/logisim-evolution.install b/logisim-evolution.install
index 9d3ce2849b30..e9feb9c01a7c 100644
--- a/logisim-evolution.install
+++ b/logisim-evolution.install
@@ -4,8 +4,18 @@ pre_install() {
pre_upgrade() {
cat << EOF
+
+ This package requires java-runtime>= 14, if you have multiple jdks installed
+ please ensure the correct one is set;
+
+ # archlinux-java set java-16-openjdk
+
+ -----
+
Please notice that this AUR repo is a build-from-source package.
- However, binary version (the previous one) can be found as 'logisim-evolution-bin'.
+ However, binary version (the previous one) can be found as 'logisim-evolution-bin'.
+
+
EOF
-} \ No newline at end of file
+}