summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormapk0y2021-05-02 01:58:31 +0900
committermapk0y2021-05-02 01:58:31 +0900
commite639463d77c6748b050602ccac1ae5350792b2a1 (patch)
tree81db4b556cbd4fe01f867b8dd25ebb9958921784
parent5ab3efb73c7520594e413f6efcbcbe383b3f2e13 (diff)
downloadaur-e639463d77c6748b050602ccac1ae5350792b2a1.tar.gz
Add cfn-guard-git as conflicts and remove provides
-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')