summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormapk0y2021-05-02 01:58:31 +0900
committermapk0y2021-05-02 01:58:31 +0900
commite639463d77c6748b050602ccac1ae5350792b2a1 (patch)
tree81db4b556cbd4fe01f867b8dd25ebb9958921784 /PKGBUILD
parent5ab3efb73c7520594e413f6efcbcbe383b3f2e13 (diff)
downloadaur-e639463d77c6748b050602ccac1ae5350792b2a1.tar.gz
Add cfn-guard-git as conflicts and remove provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')