summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Rakel2020-07-25 14:01:26 +0200
committerSebastian Rakel2020-07-26 16:39:42 +0200
commit861f466ce20c5c205c3326d4bc4919b37c8b9b24 (patch)
treebc982be8fe9e13e0a88bae1dfaf0213d35c98feb
parent9b2a58c58a297665c6c00561a20ca1b7c3545452 (diff)
downloadaur-861f466ce20c5c205c3326d4bc4919b37c8b9b24.tar.gz
Update to dwarffortress 0.47.04
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD22
2 files changed, 18 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d6cf85d4959..e781b182862b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dwarffortress-phoebus
pkgdesc = Dwarf Fortress preloaded with Phoebus tileset
- pkgver = 0.44.11
- pkgrel = 17
+ pkgver = 0.47.04
+ pkgrel = 18
epoch = 1
url = http://www.bay12games.com/dwarves/
arch = x86_64
@@ -16,12 +16,12 @@ pkgbase = dwarffortress-phoebus
depends = openal
depends = sdl_image
depends = sdl_ttf
- source = https://github.com/DFgraphics/Phoebus/archive/44.11b.zip
- source = http://bay12games.com/dwarves/df_44_11_linux.tar.bz2
+ source = https://github.com/DFgraphics/Phoebus/archive/47.04a.zip
+ source = http://bay12games.com/dwarves/df_47_04_linux.tar.bz2
source = dwarf-fortress
source = LICENSE
- md5sums = 9e4fb2c75e02f8f890a7c73af53a117d
- md5sums = a9baf90758ceae8f08895ffe08e758a3
+ md5sums = e3d2a6f4b0303106e927d05fefe09442
+ md5sums = 201944f2cc16fd4a8202e8bb55dda0c2
md5sums = 915f9b8efc7e2ea9e233bc6a9606038e
md5sums = eddfb4bd478f9c64e6801bda7c7791ba
diff --git a/PKGBUILD b/PKGBUILD
index e0b17f1c009e..208d3380a323 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,13 @@
# Former Maintainer: Dennis Hamester <dennis.hamester [AT] gmail [DOT] com>
pkgname=dwarffortress-phoebus
-pkgver=0.44.11
+pkgver=0.47.04
+_dfver=47_04
+_phver=47.04a
# rewrite by kremlin, july 8th 2014
# with help from halosghost
-pkgrel=17
+pkgrel=18
epoch=1
pkgdesc='Dwarf Fortress preloaded with Phoebus tileset'
@@ -19,13 +21,13 @@ license=('custom:dwarffortress_phoebus')
groups=('games')
depends=('gcc-libs' 'glew' 'glib2' 'glu' 'gtk2' 'libsndfile' 'openal' 'sdl_image' 'sdl_ttf')
-source=('https://github.com/DFgraphics/Phoebus/archive/44.11b.zip'
- 'http://bay12games.com/dwarves/df_44_11_linux.tar.bz2'
+source=("https://github.com/DFgraphics/Phoebus/archive/${_phver}.zip"
+ "http://bay12games.com/dwarves/df_${_dfver}_linux.tar.bz2"
'dwarf-fortress'
'LICENSE')
-md5sums=('9e4fb2c75e02f8f890a7c73af53a117d'
-'a9baf90758ceae8f08895ffe08e758a3'
+md5sums=('e3d2a6f4b0303106e927d05fefe09442'
+'201944f2cc16fd4a8202e8bb55dda0c2'
'915f9b8efc7e2ea9e233bc6a9606038e'
'eddfb4bd478f9c64e6801bda7c7791ba'
)
@@ -33,11 +35,11 @@ md5sums=('9e4fb2c75e02f8f890a7c73af53a117d'
prepare() {
# inject DF with phoebus' tilesets
- cp -arf "$srcdir"/Phoebus-44.11b/raw/graphics/* "$srcdir"/df_linux/raw/graphics/
- cp -arf "$srcdir"/Phoebus-44.11b/raw/objects/* "$srcdir"/df_linux/raw/objects/
+ cp -arf "$srcdir"/Phoebus-${_phver}/raw/graphics/* "$srcdir"/df_linux/raw/graphics/
+ cp -arf "$srcdir"/Phoebus-${_phver}/raw/objects/* "$srcdir"/df_linux/raw/objects/
- cp -arf --no-preserve=ownership "$srcdir"/Phoebus-44.11b/data/art/* "$srcdir"/df_linux/data/art/
- cp -arf --no-preserve=ownership "$srcdir"/Phoebus-44.11b/data/init/* "$srcdir"/df_linux/data/init/
+ cp -arf --no-preserve=ownership "$srcdir"/Phoebus-${_phver}/data/art/* "$srcdir"/df_linux/data/art/
+ cp -arf --no-preserve=ownership "$srcdir"/Phoebus-${_phver}/data/init/* "$srcdir"/df_linux/data/init/
#remove libstc++ as per http://www.bay12games.com/dwarves/mantisbt/view.php?id=9893
rm "$srcdir"/df_linux/libs/'libstdc++.so.6'
chmod -R a+rx "$srcdir"/df_linux/libs/Dwarf_Fortress