generated from archlinux/template
fix: add support for arm
This commit is contained in:
2
PKGBUILD
2
PKGBUILD
@@ -3,7 +3,7 @@ pkgname=yay
|
||||
pkgver=9.4.6
|
||||
pkgrel=1
|
||||
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go."
|
||||
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
|
||||
arch=('i686' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
|
||||
url="https://github.com/Jguer/yay"
|
||||
license=('GPL')
|
||||
depends=(
|
||||
|
||||
Reference in New Issue
Block a user