Pacman will break next headers of yay. Yay is pacman versioned

This commit is contained in:
Jguer 2019-09-20 20:18:57 +01:00
parent 5475032cf5
commit 5150affb11
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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'
)