summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2023-05-14 11:19:52 +0200
committermax.bra2023-05-14 11:19:52 +0200
commit333d6bd0f215c720df8c282fd8500744b24cca1f (patch)
treeadaae92672563f3048091ec989d220bafcad68e4
parent9bc934e9b262c63bccacaff3ece853af0839fbc9 (diff)
downloadaur-333d6bd0f215c720df8c282fd8500744b24cca1f.tar.gz
new java min version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 512f475c1332..6ef14c34406e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = ipscan
pkgdesc = Angry IP Scanner (or simply ipscan) is an open-source and cross-platform network scanner designed to be fast and simple to use. It scans IP addresses and ports as well as has many other features.
pkgver = 3.9.1
- pkgrel = 1
+ pkgrel = 2
url = https://angryip.org/
arch = i686
arch = x86_64
license = GPL2
- depends = java-runtime>=8
+ depends = java-runtime>=11
noextract = ipscan.png
noextract = ipscan
noextract = ipscan.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 9a3f8b982f15..84a62eb4d840 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=ipscan
pkgver=3.9.1
_pkgintver=3.9.1
-pkgrel=1
+pkgrel=2
pkgdesc='Angry IP Scanner (or simply ipscan) is an open-source and cross-platform network scanner designed to be fast and simple to use. It scans IP addresses and ports as well as has many other features.'
arch=('i686' 'x86_64')
license=('GPL2')
url="https://angryip.org/"
-depends=('java-runtime>=8')
+depends=('java-runtime>=11')
[[ $CARCH == "i686" ]] && _intarch=linux
[[ $CARCH == "x86_64" ]] && _intarch=linux64