summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2018-01-24 14:41:43 -0500
committerChris Severance2018-01-24 14:41:43 -0500
commit9760471c2fb871a60fc4f69c6d058000b20d3266 (patch)
treee8ac1ce88356a40b05c84059873926b59bd0b8da
parent6580fd2f7c68d076f374975c6db792faf31e1225 (diff)
downloadaur-9760471c2fb871a60fc4f69c6d058000b20d3266.tar.gz
Set jdk version
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef9276a8b2f9..715c2a234dee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
# Generated by mksrcinfo v8
-# Wed Aug 2 23:23:52 UTC 2017
+# Wed Jan 24 19:41:20 UTC 2018
pkgbase = basis-pro5
pkgdesc = BASIS BBx Progression Pro/5 Business BASIC eXtended for BBj
pkgver = 16.00
- pkgrel = 1
+ pkgrel = 2
url = http://www.basis.com/
install = basis-pro5-install.sh
arch = i686
arch = x86_64
license = custom
depends = glibc
- depends = jdk
+ depends = java-environment-jdk>=7
+ depends = java-environment-jdk<=8
depends = wget
depends = gzip
optdepends = ncompress: Original compress for logs instead of gzip
diff --git a/PKGBUILD b/PKGBUILD
index 1938f566df9a..d98ff27c984b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -157,6 +157,7 @@ _opt_pro5_exe='bbx4' # default: pro5, this link will be created in /usr/bin
# If you have license nags check the logs at /var/log/basis/
# Check the status with
# systemctl status basis_lmgrd.service
+# /usr/local/basis/blmgr/lmutil lmstat -a
# The setup for a fully functioning Basis BBx Progression Pro/5 environment
# is extensive and not covered here.
@@ -185,11 +186,11 @@ _logfolder='/var/log/basis'
pkgname='basis-pro5'
pkgver='16.00'
-pkgrel='1'
+pkgrel='2'
pkgdesc='BASIS BBx Progression Pro/5 Business BASIC eXtended for BBj'
url='http://www.basis.com/'
license=('custom')
-depends=('glibc' 'jdk' 'wget' 'gzip') # The Windows install recommends jdk over jre so we do too. OpenJDK does not work.
+depends=('glibc' 'java-environment-jdk>=7' 'java-environment-jdk<=8' 'wget' 'gzip') # The Windows install recommends jdk over jre so we do too. OpenJDK does not work.
optdepends=('ncompress: Original compress for logs instead of gzip')
#backup=("${_basedir##/}/blmgr/Register.properties")
options=('!docs' 'emptydirs' '!strip') # strip is so poorly implemented that it changes the content and date on executables, even when there's nothing to strip! What were they thinking?