summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75f40c6e3021..46968f9d0260 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,6 @@ pkgbase = yay-bin
depends = git
provides = yay
conflicts = yay
- conflicts = yay-git
source_x86_64 = https://github.com/Jguer/yay/releases/download/v8.998/yay_8.998_x86_64.tar.gz
sha1sums_x86_64 = b06693b0a078f4cee2725ca0e89f1a212fae1eea
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')