summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxiretza2017-04-17 21:07:31 +0200
committerxiretza2017-04-17 21:08:39 +0200
commit4bafc110dcbb4a470ac2c82b59d2ec486f4c5b6d (patch)
treecb8e068eec8d965c35e832dc9475a59734ee5e9f
parent8831aaa031150d6805f9f77a8e629592af88c7e2 (diff)
downloadaur-dungeonfs.tar.gz
added armv7h support, updated description
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a0654e13031..28418a6f10f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = dungeonfs
- pkgdesc = A FUSE filesystem and dungeon crawling adventure game engine.
+ pkgdesc = A FUSE filesystem and dungeon crawling adventure game engine, written in Go.
pkgver = r12.6fdee80
pkgrel = 1
url = https://github.com/ChrisRx/dungeonfs
arch = x86_64
arch = i386
arch = armv6h
+ arch = armv7h
license = BSD
makedepends = go
makedepends = make
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')