summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2016-12-16 22:04:27 +0100
committermax.bra2016-12-16 22:04:27 +0100
commitbc87a4b2785938a882f87be1cd5ec5ff5f976193 (patch)
tree56fde1cedd42ab6607287fd33d7c46570d902ee8
parent3ee721542ba5176c2dcceced666b300fc621c3b4 (diff)
downloadaur-bc87a4b2785938a882f87be1cd5ec5ff5f976193.tar.gz
java 6 dropped
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4135703f0f89..7ed347e62937 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.5
- pkgrel = 1
+ pkgrel = 2
url = http://www.angryziber.com
arch = i686
arch = x86_64
license = GPL2
- depends = java-runtime>=6
+ depends = java-runtime>=7
noextract = ipscan.png
noextract = ipscan
noextract = ipscan.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 7b9eb46e0ac1..2b85d8397be8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=ipscan
pkgver=3.5
_pkgintver=3.5
-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="http://www.angryziber.com"
-depends=('java-runtime>=6')
+depends=('java-runtime>=7')
[[ $CARCH == "i686" ]] && _intarch=linux
[[ $CARCH == "x86_64" ]] && _intarch=linux64