summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f82b0f005419..4a49d2dd233a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = cfn-guard
arch = x86_64
license = Apache
depends = gcc-libs
- provides = cfn-guard-git
+ conflicts = cfn-guard-git
source = cfn-guard-1.0.0.tar.gz::https://github.com/aws-cloudformation/cloudformation-guard/releases/download/1.0.0/cfn-guard-linux-1.0.0.tar.gz
sha256sums = e8b9e503257baaefdabb74311813b6d44eac64e05f10b9157569e5828d14370e
diff --git a/PKGBUILD b/PKGBUILD
index acd822b30c7b..3044ce52301f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url='https://github.com/aws-cloudformation/cloudformation-guard'
license=('Apache')
arch=('x86_64')
depends=('gcc-libs')
-provides=("${pkgname}-git")
+conflicts=("cfn-guard-git")
source=("${pkgname}-${pkgver}.tar.gz::${url}/releases/download/${pkgver}/${pkgname}-linux-${pkgver}.tar.gz")
sha256sums=('e8b9e503257baaefdabb74311813b6d44eac64e05f10b9157569e5828d14370e')