summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxiretza2017-04-17 21:07:31 +0200
committerxiretza2017-04-17 21:08:39 +0200
commit4bafc110dcbb4a470ac2c82b59d2ec486f4c5b6d (patch)
treecb8e068eec8d965c35e832dc9475a59734ee5e9f /PKGBUILD
parent8831aaa031150d6805f9f77a8e629592af88c7e2 (diff)
downloadaur-dungeonfs.tar.gz
added armv7h support, updated description
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')