summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4352df88c75..dec0dc36991f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = bcrawl
url = https://github.com/b-crawl/bcrawl
arch = i686
arch = x86_64
+ groups = games
license = GPL
license = BSD
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 852fb980a6b6..8e8240950840 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ pkgrel=1
pkgdesc='Continuation of X-Crawl fork of Dungeon Crawl Stone Soup roguelike with new content'
arch=('i686' 'x86_64')
url='https://github.com/b-crawl/bcrawl'
+groups=('games')
depends=('lua51' 'sdl2_image' 'sqlite' 'glu' 'ttf-dejavu')
makedepends=('flex' 'gendesk' 'mesa')
optdepends=('advancecomp: for recompressing the tilesheets'