summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 190c2b589101..b3168103fa9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Mar 10 09:57:59 UTC 2017
+# Sun Mar 12 09:24:14 UTC 2017
pkgbase = stone-soup-yiuf
pkgdesc = A fork of Dungeon Crawl Stone Soup roguelike with old races recovered
- pkgver = 1.4.3
- pkgrel = 2
+ pkgver = 1.4.5
+ pkgrel = 1
url = https://github.com/yrmvgh/crawl/
install = stone-soup-yiuf.install
arch = i686
@@ -22,8 +22,8 @@ pkgbase = stone-soup-yiuf
depends = ttf-dejavu
conflicts = crawl
conflicts = stone-soup-tile
- source = https://github.com/yrmvgh/crawl/archive/1.4.3.tar.gz
- sha256sums = b557bb56bdc275d80f327c91a26aab9a15cfcf8b6f683926e7bd2a6d728645d1
+ source = https://github.com/yrmvgh/crawl/archive/yiuf-1.4.5.tar.gz
+ sha256sums = fc8483e0aca296049dd2511de0d43f04fca1ed4879f4c92fb6685030cc50ce13
pkgname = stone-soup-yiuf
diff --git a/PKGBUILD b/PKGBUILD
index 3a709a08944a..5131fdc4405a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Jakob Gruber <jakob.gruber@gmail.com>
pkgname=stone-soup-yiuf
-pkgver=1.4.3
-pkgrel=2
+pkgver=1.4.5
+pkgrel=1
pkgdesc='A fork of Dungeon Crawl Stone Soup roguelike with old races recovered'
arch=('i686' 'x86_64')
url='https://github.com/yrmvgh/crawl/'
@@ -11,8 +11,8 @@ depends=('lua51' 'ncurses' 'sdl2_image' 'sqlite' 'glu' 'freetype2' 'ttf-dejavu')
makedepends=('bison' 'flex' 'gendesk' 'mesa')
conflicts=('crawl' 'stone-soup-tile')
license=('custom')
-source=("https://github.com/yrmvgh/crawl/archive/${pkgver}.tar.gz")
-sha256sums=('b557bb56bdc275d80f327c91a26aab9a15cfcf8b6f683926e7bd2a6d728645d1')
+source=("https://github.com/yrmvgh/crawl/archive/yiuf-${pkgver}.tar.gz")
+sha256sums=('fc8483e0aca296049dd2511de0d43f04fca1ed4879f4c92fb6685030cc50ce13')
install=stone-soup-yiuf.install
# used by gendesk to create .desktop file
@@ -24,7 +24,7 @@ package() {
gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
--exec 'yiufcrawl-tiles' --name 'Dungeon Crawl Stone Soup (Yiuf branch)' PKGBUILD
- cd "crawl-${pkgver}/crawl-ref/source"
+ cd "crawl-yiuf-${pkgver}/crawl-ref/source"
# 0.16.0 weirdness
sed -i 's|SDL_main.h|SDL2/&|' main.cc