summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2017-03-24 13:56:15 +0500
committerDmitry Kharitonov2017-03-24 13:56:15 +0500
commit2059d3e16918ca9fa7f429f709e19edc72eed5fd (patch)
treebe7d31380d4955b121028b25f7979ea268974de1
parent2b52b50fd9b78aaecc84b2cf6ab86f6c4aa5e3fe (diff)
downloadaur-2059d3e16918ca9fa7f429f709e19edc72eed5fd.tar.gz
Updated to 1.5.2b1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD11
-rw-r--r--stone-soup-yiuf.install11
3 files changed, 10 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3168103fa9c..50a14274ea9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sun Mar 12 09:24:14 UTC 2017
+# Fri Mar 24 08:55:19 UTC 2017
pkgbase = stone-soup-yiuf
pkgdesc = A fork of Dungeon Crawl Stone Soup roguelike with old races recovered
- pkgver = 1.4.5
+ pkgver = 1.5.2b1
pkgrel = 1
- url = https://github.com/yrmvgh/crawl/
- install = stone-soup-yiuf.install
+ url = https://github.com/yrmvgh/yiufcrawl
arch = i686
arch = x86_64
license = custom
@@ -22,8 +21,8 @@ pkgbase = stone-soup-yiuf
depends = ttf-dejavu
conflicts = crawl
conflicts = stone-soup-tile
- source = https://github.com/yrmvgh/crawl/archive/yiuf-1.4.5.tar.gz
- sha256sums = fc8483e0aca296049dd2511de0d43f04fca1ed4879f4c92fb6685030cc50ce13
+ source = https://github.com/yrmvgh/yiufcrawl/archive/1.5.2b1-yiuf.tar.gz
+ sha256sums = e6efda8f4188b0823f5d438e2a4b9307a016b12f22e3f75f8a65fd56d35cad6b
pkgname = stone-soup-yiuf
diff --git a/PKGBUILD b/PKGBUILD
index 5131fdc4405a..3f2cfeee7854 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,17 @@
# Contributor: Jakob Gruber <jakob.gruber@gmail.com>
pkgname=stone-soup-yiuf
-pkgver=1.4.5
+pkgver=1.5.2b1
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/'
+url='https://github.com/yrmvgh/yiufcrawl'
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/yiuf-${pkgver}.tar.gz")
-sha256sums=('fc8483e0aca296049dd2511de0d43f04fca1ed4879f4c92fb6685030cc50ce13')
-install=stone-soup-yiuf.install
+source=("https://github.com/yrmvgh/yiufcrawl/archive/${pkgver}-yiuf.tar.gz")
+sha256sums=('e6efda8f4188b0823f5d438e2a4b9307a016b12f22e3f75f8a65fd56d35cad6b')
# used by gendesk to create .desktop file
_exec=('yiufcrawl-tiles')
@@ -24,7 +23,7 @@ package() {
gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
--exec 'yiufcrawl-tiles' --name 'Dungeon Crawl Stone Soup (Yiuf branch)' PKGBUILD
- cd "crawl-yiuf-${pkgver}/crawl-ref/source"
+ cd "yiufcrawl-${pkgver}-yiuf/crawl-ref/source"
# 0.16.0 weirdness
sed -i 's|SDL_main.h|SDL2/&|' main.cc
diff --git a/stone-soup-yiuf.install b/stone-soup-yiuf.install
deleted file mode 100644
index eee217a3f7f8..000000000000
--- a/stone-soup-yiuf.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_upgrade() {
-
- # return if old pkgver <= 1.4.3-1
- [[ $(vercmp $2 1.4.3-1) -le 0 ]] && return
-
- echo "---------------------------------------------------------------------
- stone-soup-yiuf saves have moved to ~/.yiufcrawl.
- If you want to keep your old saves, move ~/.crawl-yiuf to
- ~/.yiufcrawl.
----------------------------------------------------------------------"
-} \ No newline at end of file