summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJguer2019-09-20 20:18:57 +0100
committerJguer2019-09-20 20:18:57 +0100
commit5150affb11f1c3cb488ec3f677e98fa81332edc7 (patch)
tree1eca0c6ca716e78134d4737c6a7e68a9c205dc23
parent5475032cf53565edba44834b6af4165833cd687d (diff)
downloadaur-5150affb11f1c3cb488ec3f677e98fa81332edc7.tar.gz
Pacman will break next headers of yay. Yay is pacman versioned
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d018603561e..0da099db9977 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 7a214823e572..d12146695bdd 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'
)