summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d0678858f15..448c1049535c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bcrawl
pkgdesc = Continuation of X-Crawl fork of Dungeon Crawl Stone Soup roguelike with new content
- pkgver = 1.28
+ pkgver = 1.36.4
pkgrel = 1
url = https://github.com/b-crawl/bcrawl
arch = i686
@@ -20,14 +20,14 @@ 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
conflicts = crawl
conflicts = stone-soup-tile
conflicts = bcrawl-git
- source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.28.tar.gz
- sha256sums = d6e160511d4a5ec2824760d7669d7ee295971d5113fda52d6760a5248235fc53
+ source = https://github.com/b-crawl/bcrawl/archive/bcrawl-1.36.4.tar.gz
+ sha256sums = 68a093d968acf82ccbd77e52521121c63a15cf5b4b19435074c251375336d5f6
pkgname = bcrawl
-
diff --git a/PKGBUILD b/PKGBUILD
index 32c487c4abdd..e3f7397ac38d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
-# Maintainer: Dmitry Kharitonov <darksab0r@gmail.com>
+# Maintainer: Dmitry Kharitonov <arch[at]nano-model[dot]com>
pkgname=bcrawl
-pkgver=1.28
+pkgver=1.36.4
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'
-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')
@@ -14,7 +14,7 @@ conflicts=('crawl' 'stone-soup-tile' 'bcrawl-git')
provides=('bcrawl')
license=('GPL' 'BSD' 'MIT' 'ZLIB' 'APACHE' 'custom:CC0' 'custom')
source=("https://github.com/b-crawl/bcrawl/archive/bcrawl-${pkgver}.tar.gz")
-sha256sums=('d6e160511d4a5ec2824760d7669d7ee295971d5113fda52d6760a5248235fc53')
+sha256sums=('68a093d968acf82ccbd77e52521121c63a15cf5b4b19435074c251375336d5f6')
# used by gendesk to create .desktop file
_exec=('bcrawl-tiles')