summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83c9be7f8025..64fbcfa2ba0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = yay-bin
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go. Pre-compiled.
pkgver = 2.219
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Jguer/yay
arch = x86_64
license = GPL
depends = sudo
provides = yay
conflicts = yay
+ conflicts = yay-git
source_x86_64 = https://github.com/Jguer/yay/releases/download/v2.219/yay_2.219_x86_64.tar.gz
sha1sums_x86_64 = 35ec67ac2c546e75f4eab635007b5f4f1bd54207
diff --git a/PKGBUILD b/PKGBUILD
index b83d213af7c7..0f00b96fa75c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jguer <joaogg3 at gmail dot com>
pkgname=yay-bin
pkgver=2.219
-pkgrel=1
+pkgrel=2
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go. Pre-compiled."
arch=('x86_64')
url="https://github.com/Jguer/yay"
@@ -10,7 +10,7 @@ depends=(
'sudo'
)
provides=('yay')
-conflicts=('yay')
+conflicts=('yay' 'yay-git')
source_x86_64=("https://github.com/Jguer/yay/releases/download/v${pkgver}/${pkgname/-bin/}_${pkgver}_${CARCH}.tar.gz")
sha1sums_x86_64=('35ec67ac2c546e75f4eab635007b5f4f1bd54207')