This commit is contained in:
jguer 2020-05-01 17:41:01 +02:00
parent 05e3e2529d
commit 21ea830c2a
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ pkgbase = yay
arch = aarch64
license = GPL
makedepends = go
depends = pacman>=5.2
depends = libalpm.so>=12
depends = sudo
depends = git
source = yay-9.4.7.tar.gz::https://github.com/Jguer/yay/archive/v9.4.7.tar.gz

View File

@ -7,7 +7,7 @@ arch=('i686' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/Jguer/yay"
license=('GPL')
depends=(
'pacman>=5.2'
'libalpm.so>=12'
'sudo'
'git'
)