fix arch line

This commit is contained in:
xenia 2021-01-10 06:10:21 -05:00
parent e1162166b7
commit d41d8ee246
1 changed files with 1 additions and 1 deletions

2
dist/PKGBUILD vendored
View File

@ -6,7 +6,7 @@ pkgver=0.1
pkgrel=1
# from crossfire/info.rkt
pkgdesc="distributed brute force infrastructure"
arch=('any')
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://git.lain.faith/haskal/crossfire"
license=('GPL3')
depends=('sqlite' 'glibc')