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

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