From 5150affb11f1c3cb488ec3f677e98fa81332edc7 Mon Sep 17 00:00:00 2001 From: Jguer Date: Fri, 20 Sep 2019 20:18:57 +0100 Subject: [PATCH] Pacman will break next headers of yay. Yay is pacman versioned --- .SRCINFO | 3 ++- PKGBUILD | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 5d01860..0da099d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -10,7 +10,8 @@ pkgbase = yay arch = aarch64 license = GPL makedepends = go - depends = pacman>=5.1 + depends = pacman>=5.1.0 + depends = pacman<=5.1.3 depends = sudo depends = git source = yay-9.2.1.tar.gz::https://github.com/Jguer/yay/archive/v9.2.1.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 7a21482..d121466 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,8 @@ arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64') url="https://github.com/Jguer/yay" license=('GPL') depends=( - 'pacman>=5.1' + 'pacman>=5.1.0' + 'pacman<=5.1.3' 'sudo' 'git' )