summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJguer2019-09-20 20:18:45 +0100
committerJguer2019-09-20 20:18:45 +0100
commit3d31f2c8d781610c41271c6f9c7f912b80c18bcf (patch)
tree1e5f5fec1916cd2c8f15811d950d9d094733363d
parent20c8dc80598f2673c64ceeeae8c315cd0ae79610 (diff)
downloadaur-3d31f2c8d781610c41271c6f9c7f912b80c18bcf.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 21f6ab3af8d7..324091489f88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,8 @@ pkgbase = yay-bin
arch = aarch64
arch = armv7h
license = GPL
- depends = pacman>=5.1
+ depends = pacman>=5.1.0
+ depends = pacman<=5.1.3
depends = sudo
depends = git
provides = yay
diff --git a/PKGBUILD b/PKGBUILD
index 29c12d35fe95..19ddb14b7434 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ arch=('x86_64' 'aarch64' 'armv7h')
url="https://github.com/Jguer/yay"
license=('GPL')
depends=(
- 'pacman>=5.1'
+ 'pacman>=5.1.0'
+ 'pacman<=5.1.3'
'sudo'
'git'
)