summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de60811ff371..08c8ccd3478c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = yay-bin
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go. Pre-compiled.
pkgver = 10.2.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Jguer/yay
arch = x86_64
arch = aarch64
arch = armv6h
arch = armv7h
license = GPL3
- depends = pacman<6
depends = git
optdepends = sudo
provides = yay
conflicts = yay
+ conflicts = libalpm.so>12-64
source_x86_64 = https://github.com/Jguer/yay/releases/download/v10.2.2/yay_10.2.2_x86_64.tar.gz
sha256sums_x86_64 = 9f9a768903892ecd19382f626e5f2cf3c07019e2ce3f30634a3c34f585b87b70
source_aarch64 = https://github.com/Jguer/yay/releases/download/v10.2.2/yay_10.2.2_aarch64.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index d86c72bb42b5..1fe56ec88397 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,19 @@
# Maintainer: Jguer <joaogg3 at gmail dot com>
pkgname=yay-bin
pkgver=10.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go. Pre-compiled."
arch=('x86_64' 'aarch64' 'armv6h' 'armv7h')
url="https://github.com/Jguer/yay"
license=('GPL3')
depends=(
- 'pacman<6'
'git'
)
optdepends=(
'sudo'
)
provides=('yay')
-conflicts=('yay')
+conflicts=('yay' 'libalpm.so>12-64')
source_x86_64=("https://github.com/Jguer/yay/releases/download/v${pkgver}/${pkgname/-bin/}_${pkgver}_x86_64.tar.gz")
source_aarch64=("https://github.com/Jguer/yay/releases/download/v${pkgver}/${pkgname/-bin/}_${pkgver}_aarch64.tar.gz")