summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJguer2018-08-31 13:25:26 +0100
committerJguer2018-08-31 13:25:26 +0100
commit2b1838088ac2d6c9090e45f0b693606a73dead31 (patch)
tree01d00902c78e27eb2b13b4b83e379fcf7be3de22 /PKGBUILD
parentabde263ca271a6ddc9322e891fec5b288ae14004 (diff)
downloadaur-2b1838088ac2d6c9090e45f0b693606a73dead31.tar.gz
Fix conflicts array
Signed-off-by: Jguer <me@jguer.space>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8226bfa8c7a6..ed4e3e827a02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=(
'git'
)
provides=('yay')
-conflicts=('yay' 'yay-git')
+conflicts=('yay')
source_x86_64=("https://github.com/Jguer/yay/releases/download/v${pkgver}/${pkgname/-bin/}_${pkgver}_${CARCH}.tar.gz")
sha1sums_x86_64=('b06693b0a078f4cee2725ca0e89f1a212fae1eea')