summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Vakil2020-02-08 10:33:53 +0330
committerAmin Vakil2020-02-08 10:33:53 +0330
commitdc1d2da56d97cd262036bb87d2ead4f3c6a5b298 (patch)
tree86faca1bbe2fa3c224a6a9ebb8e035961ab3250b
parent7f675b43420e30a28d916553652c9d668ac1d967 (diff)
downloadaur-dc1d2da56d97cd262036bb87d2ead4f3c6a5b298.tar.gz
It should be conflicts rather than replaces
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 394d29960be7..35f2d7361a58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = assetfinder
arch = i686
arch = x86_64
license = MIT
- replaces = assetfinder-git
+ conflicts = assetfinder-git
source_i686 = https://github.com/tomnomnom/assetfinder/releases/download/v0.1.0/assetfinder-linux-386-0.1.0.tgz
sha256sums_i686 = 18177c0b323a2c5ff71337b5d22d1b1ed05ded05c1c9df9d1b992aef2bf68a90
source_x86_64 = https://github.com/tomnomnom/assetfinder/releases/download/v0.1.0/assetfinder-linux-amd64-0.1.0.tgz
diff --git a/PKGBUILD b/PKGBUILD
index d3c25bdf7173..2bd0ae9bbdb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=assetfinder
pkgver=0.1.0
-pkgrel=3
+pkgrel=4
pkgdesc="Find domains and subdomains related to a given domain"
arch=('i686' 'x86_64')
url="https://github.com/tomnomnom/assetfinder"
license=('MIT')
-replaces=('assetfinder-git')
+conflicts=('assetfinder-git')
source_i686=(https://github.com/tomnomnom/assetfinder/releases/download/v${pkgver}/assetfinder-linux-386-${pkgver}.tgz)
source_x86_64=(https://github.com/tomnomnom/assetfinder/releases/download/v${pkgver}/assetfinder-linux-amd64-${pkgver}.tgz)