fix arch line
This commit is contained in:
parent
e1162166b7
commit
d41d8ee246
|
@ -6,7 +6,7 @@ pkgver=0.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
# from crossfire/info.rkt
|
# from crossfire/info.rkt
|
||||||
pkgdesc="distributed brute force infrastructure"
|
pkgdesc="distributed brute force infrastructure"
|
||||||
arch=('any')
|
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
|
||||||
url="https://git.lain.faith/haskal/crossfire"
|
url="https://git.lain.faith/haskal/crossfire"
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
depends=('sqlite' 'glibc')
|
depends=('sqlite' 'glibc')
|
||||||
|
|
Loading…
Reference in New Issue