summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f0e28fc0cad0..c6abd60a5036 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,11 @@
pkgname=dungeonfs
pkgver=r12.6fdee80
pkgrel=1
-pkgdesc="A FUSE filesystem and dungeon crawling adventure game engine."
+pkgdesc="A FUSE filesystem and dungeon crawling adventure game engine, written in Go."
arch=('x86_64'
'i386'
- 'armv6h')
+ 'armv6h'
+ 'armv7h')
url='https://github.com/ChrisRx/dungeonfs'
license=('BSD')
depends=('fuse2')