summarylogtreecommitdiffstats
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
parent847324fb3a44bd4df2cd28b5ed4f03934b70310d (diff)
downloadaur-83526fcb7815eb7e2907e5f15302833bc35198cd.tar.gz
Add i686 as a supported architecture
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbc1efbcf546..d981c3edfd71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = nbsdgames-git
url = https://github.com/untakenstupidnick/nbsdgames
install = nbsdgames-git.install
arch = x86_64
+ arch = i686
license = custom
makedepends = git
makedepends = make
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')