summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDmitry Kharitonov2021-02-28 16:49:34 +0500
committerDmitry Kharitonov2021-02-28 16:49:34 +0500
commit33c19591a0c461961a627183c3b6335f7b46a690 (patch)
treec6b89f234a24b3be6e198ae0a8fe4af7dace4759 /PKGBUILD
parent3e8422f97de6f1517d80ba8b9736625e59c65708 (diff)
downloadaur-33c19591a0c461961a627183c3b6335f7b46a690.tar.gz
Added freetype2 to deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 27d3fbcede5f..b3509564f89f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=bcrawl
pkgver=1.29.4
-pkgrel=1
+pkgrel=2
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'
-depends=('lua51' 'sdl2_image' 'sqlite' 'glu' 'ttf-dejavu')
+depends=('lua51' 'sdl2_image' 'sqlite' 'glu' 'ttf-dejavu' 'freetype2')
makedepends=('flex' 'gendesk' 'mesa')
optdepends=('advancecomp: for recompressing the tilesheets'
'pngcrush: for recompressing the tilesheets')