summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorElias Riedel Gårding2019-04-07 21:01:46 +0200
committerElias Riedel Gårding2019-04-07 22:25:55 +0200
commit83526fcb7815eb7e2907e5f15302833bc35198cd (patch)
tree3128d3fa82d02162d6b6e72315b8d40aa434bdcb /PKGBUILD
parent847324fb3a44bd4df2cd28b5ed4f03934b70310d (diff)
downloadaur-83526fcb7815eb7e2907e5f15302833bc35198cd.tar.gz
Add i686 as a supported architecture
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e8552a7d053..ae8c87b0ef32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=nbsdgames-git
pkgver=r35.06237f9_score_patch
pkgrel=1
pkgdesc="A collection of curses-based console games"
-arch=('x86_64')
+arch=('x86_64' 'i686')
url="https://github.com/untakenstupidnick/nbsdgames"
license=('custom')
depends=('ncurses')