summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-07-27 12:42:08 +0300
committerDimitris Kiziridis2020-07-27 12:42:08 +0300
commit0861dce43b53260501ec9108a625afe3b47357c5 (patch)
tree73a6e56f6aa62edea71a58cd7864729bf7feef69
parent549c07397fcda0619713494e6565811d400f8d5f (diff)
downloadaur-0861dce43b53260501ec9108a625afe3b47357c5.tar.gz
Initial commit
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28d832f91fc4..d4a75fee4a07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,8 @@ pkgbase = hoverfly-bin
arch = x86_64
license = Apache
provides = hoverfly
- provides = hoverfly-git
+ conflicts = hoverfly
+ conflicts = hoverfly-git
source = hoverfly-bin-1.3.0.zip::https://github.com/SpectoLabs/hoverfly/releases/download/v1.3.0/hoverfly_bundle_linux_amd64.zip
sha256sums = 4af0e0fc927a732eaa19a4e4f4b0a07e0cbef5145ee28f9ff22e2680f486e5bb
diff --git a/PKGBUILD b/PKGBUILD
index 929a8c3bad58..22753b8e6423 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('x86_64')
url='https://hoverfly.io'
license=('Apache')
provides=('hoverfly')
-provides=('hoverfly' 'hoverfly-git')
+conflicts=('hoverfly' 'hoverfly-git')
source=("${pkgname}-${pkgver}.zip::https://github.com/SpectoLabs/hoverfly/releases/download/v${pkgver}/hoverfly_bundle_linux_amd64.zip")
sha256sums=('4af0e0fc927a732eaa19a4e4f4b0a07e0cbef5145ee28f9ff22e2680f486e5bb')