summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2023-10-16 19:27:43 +0200
committermax.bra2023-10-16 19:27:43 +0200
commitbb740b47c1c89d0a8d50dafe79dbd248ed7f7cc1 (patch)
tree6cfb5749788f1ffac842b2edaa9bd6a64d12b052
parentfbd657e6d8d913c2ff7e31dedd8fd6c17e8fa379 (diff)
downloadaur-bb740b47c1c89d0a8d50dafe79dbd248ed7f7cc1.tar.gz
conflicts added
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD2
2 files changed, 23 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e69de29bb2d1..160c5973e249 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -0,0 +1,22 @@
+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 = 3
+ url = https://angryip.org
+ arch = i686
+ arch = x86_64
+ license = GPL2
+ makedepends = jdk17-openjdk
+ depends = java-runtime
+ conflicts = ipscan-bin
+ conflicts = ipscan-git
+ source = ipscan
+ source = ipscan.desktop
+ source = build.gradle.patch
+ source = https://github.com/angryip/ipscan/archive/refs/tags/3.9.1.zip
+ sha512sums = e2caf62412c35a7a29128d0ae176aca1e4a45cf81e44b76e4bb23ad1c0633fa8833d674d7d514942a170ab54223b6c4a93ab458f2736107e7bbe9a5e806a7c5e
+ sha512sums = c17db5e4ac90af8675e9ac2a8e77f1322beb8bacb578a288bcfbf8da67270004ec40314b2793ea8ed8eeeeb64f9c03b3f80694e38c55be9d213486b825689a0f
+ sha512sums = 8ec4aae1b2226af984e58acd20ddc7d78268ab53a1f39cb6c85143741638727cf94794597bb9755483968c5f93e37cc96c33c61527529c074782f9447914399a
+ sha512sums = 0b09e252f56ac6632a377a6757e9b3e1b07b12229112f3c3cc9faf15380d93309ef028e8a5eb2650c061756fbeca453440518aff396f52aa700e37f1c82e3076
+
+pkgname = ipscan
diff --git a/PKGBUILD b/PKGBUILD
index a7bc4bd70c9e..6b0b404dc310 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('GPL2')
url='https://angryip.org'
depends=('java-runtime')
makedepends=(jdk17-openjdk)
-conflicts=('ipscan-bin ipscan-git')
+conflicts=(ipscan-bin ipscan-git)
source=(ipscan ipscan.desktop build.gradle.patch \
"https://github.com/angryip/${pkgname}/archive/refs/tags/${pkgver}.zip")