summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2021-02-28 16:49:34 +0500
committerDmitry Kharitonov2021-02-28 16:49:34 +0500
commit33c19591a0c461961a627183c3b6335f7b46a690 (patch)
treec6b89f234a24b3be6e198ae0a8fe4af7dace4759
parent3e8422f97de6f1517d80ba8b9736625e59c65708 (diff)
downloadaur-33c19591a0c461961a627183c3b6335f7b46a690.tar.gz
Added freetype2 to deps
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 289cb25a4146..19dd5734ebc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bcrawl
pkgdesc = Continuation of X-Crawl fork of Dungeon Crawl Stone Soup roguelike with new content
pkgver = 1.29.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/b-crawl/bcrawl
arch = i686
arch = x86_64
@@ -20,6 +20,7 @@ pkgbase = bcrawl
depends = sqlite
depends = glu
depends = ttf-dejavu
+ depends = freetype2
optdepends = advancecomp: for recompressing the tilesheets
optdepends = pngcrush: for recompressing the tilesheets
provides = bcrawl
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')