summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJguer2019-09-20 20:19:32 +0100
committerJguer2019-09-20 20:19:32 +0100
commit352f2a5840c8a8d2e77ce4c2e973896098ed74a9 (patch)
tree9cd6db808b41594aa3c1bf9cf3b9bb22be45913f
parent7ba087d951b49eda75491c9e2aebba39c28502b3 (diff)
downloadaur-352f2a5840c8a8d2e77ce4c2e973896098ed74a9.tar.gz
Pacman will break next headers of yay. Yay is pacman versioned
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0abb146105c..4eabaf743322 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,8 @@ pkgbase = yay-git
arch = aarch64
license = GPL
makedepends = go
- depends = pacman>=5.1
+ depends = pacman>=5.1.0
+ depends = pacman<=5.1.3
depends = git
depends = sudo
provides = yay
diff --git a/PKGBUILD b/PKGBUILD
index 1741ecad95d3..86af453cafb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,11 @@ arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://github.com/Jguer/yay"
license=('GPL')
options=('!strip' '!emptydirs')
-depends=('pacman>=5.1' 'git' 'sudo')
+depends=(
+ 'pacman>=5.1.0'
+ 'pacman<=5.1.3'
+ 'git'
+ 'sudo')
makedepends=('go')
conflicts=('yay')
provides=('yay')