summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJguer2019-09-20 20:18:45 +0100
committerJguer2019-09-20 20:18:45 +0100
commit3d31f2c8d781610c41271c6f9c7f912b80c18bcf (patch)
tree1e5f5fec1916cd2c8f15811d950d9d094733363d /PKGBUILD
parent20c8dc80598f2673c64ceeeae8c315cd0ae79610 (diff)
downloadaur-3d31f2c8d781610c41271c6f9c7f912b80c18bcf.tar.gz
Pacman will break next headers of yay. Yay is pacman versioned
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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'
)