summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2023-10-16 23:53:22 +0200
committermax.bra2023-10-16 23:53:22 +0200
commitb49d7e8ff8d0da375376cb5b9b09373e8d3eb928 (patch)
tree3186028f7ea45f4b3d0ff60ec1ffa0b9babdd73b
parentd41cd593da3ce5f93c65f1e63cb41fa617c1fc55 (diff)
downloadaur-b49d7e8ff8d0da375376cb5b9b09373e8d3eb928.tar.gz
provides preferred on alternatives
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0613afeebc1..2044c23dbdf9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,8 +7,8 @@ pkgbase = ipscan-bin
arch = x86_64
license = GPL2
depends = java-runtime>=11
+ provides = ipscan
conflicts = ipscan
- conflicts = ipscan-git
noextract = ipscan.png
noextract = ipscan
noextract = ipscan.desktop
diff --git a/PKGBUILD b/PKGBUILD
index c1fa56f36217..3acddc8f82c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,8 @@ arch=('i686' 'x86_64')
license=('GPL2')
url="https://angryip.org/"
depends=('java-runtime>=11')
-conflicts=(ipscan ipscan-git)
+provides=(ipscan)
+conflicts=(ipscan)
[[ $CARCH == "i686" ]] && _intarch=linux
[[ $CARCH == "x86_64" ]] && _intarch=linux64