summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Teibes2016-10-29 14:11:15 +0200
committerCarsten Teibes2016-10-29 14:11:15 +0200
commit5ecb4cc24d414a34c130bffa067c0c0f551d1d04 (patch)
tree00eb1cc3605984281638d4c04ac75ecbf4f24671
parentdc5601e3b58dc468d7c66867cf1258cb1aec9b22 (diff)
downloadaur-5ecb4cc24d414a34c130bffa067c0c0f551d1d04.tar.gz
[upd] 1.3.2→1.3.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--ecwolf.ChangeLog5
-rw-r--r--ecwolf.install5
4 files changed, 15 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa800e842b60..8fcc89202da5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ecwolf
pkgdesc = Advanced source port of "Wolfenstein 3D" and "Spear of Destiny" based on Wolf4SDL
- pkgver = 1.3.2
+ pkgver = 1.3.3
pkgrel = 1
url = http://maniacsvault.net/ecwolf
install = ecwolf.install
@@ -19,9 +19,9 @@ pkgbase = ecwolf
depends = libjpeg
depends = gtk2
optdepends = wolf3d-shareware: Demo version of Wolfenstein 3D
- source = http://maniacsvault.net/ecwolf/files/ecwolf/1.x/ecwolf-1.3.2-src.7z
- source = hg+https://bitbucket.org/Blzut3/sdl_mixer-for-ecwolf#revision=5bc08849892f
- sha256sums = e827cf32f7fd34dfa8aec7d4945a1495ea9ea61881f30a32736cf53d9cf58fe1
+ source = http://maniacsvault.net/ecwolf/files/ecwolf/1.x/ecwolf-1.3.3-src.7z
+ source = hg+https://bitbucket.org/Blzut3/sdl_mixer-for-ecwolf#revision=d3e4f997d2b1
+ sha256sums = b408268370ca810e4f22138f39a051fa64627211011869b9613da23a3d22e750
sha256sums = SKIP
pkgname = ecwolf
diff --git a/PKGBUILD b/PKGBUILD
index 2d6f0817f1e7..a74a40dbf3ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
pkgname=ecwolf
-pkgver=1.3.2
+pkgver=1.3.3
pkgrel=1
pkgdesc='Advanced source port of "Wolfenstein 3D" and "Spear of Destiny" based on Wolf4SDL'
arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@ optdepends=('wolf3d-shareware: Demo version of Wolfenstein 3D')
install=$pkgname.install
changelog=$pkgname.ChangeLog
source=("http://maniacsvault.net/ecwolf/files/ecwolf/1.x/ecwolf-$pkgver-src.7z"
- "hg+https://bitbucket.org/Blzut3/sdl_mixer-for-ecwolf#revision=5bc08849892f")
-sha256sums=('e827cf32f7fd34dfa8aec7d4945a1495ea9ea61881f30a32736cf53d9cf58fe1'
+ "hg+https://bitbucket.org/Blzut3/sdl_mixer-for-ecwolf#revision=d3e4f997d2b1")
+sha256sums=('b408268370ca810e4f22138f39a051fa64627211011869b9613da23a3d22e750'
'SKIP')
prepare() {
diff --git a/ecwolf.ChangeLog b/ecwolf.ChangeLog
index 1d7c401b656a..d31486faf528 100644
--- a/ecwolf.ChangeLog
+++ b/ecwolf.ChangeLog
@@ -1,3 +1,8 @@
+2016-10-29 carstene1ns <arch carsten-teibes de>
+
+ * 1.3.3-1 :
+ new upstream release.
+
2015-07-19 carstene1ns <arch carsten-teibes de>
* 1.3.2-1 :
diff --git a/ecwolf.install b/ecwolf.install
index f3cf9709a491..e3f81c29d024 100644
--- a/ecwolf.install
+++ b/ecwolf.install
@@ -1,5 +1,6 @@
post_install() {
- echo "You need 'Wolfenstein 3D' or 'Spear of Destiny' data files under '~/.config/ecwolf'."
- echo "You can get the shareware versions here: http://maniacsvault.net/ecwolf/download.php"
+ echo " => You need 'Wolfenstein 3D' or 'Spear of Destiny' data files, put them under"
+ echo " '~/.config/ecwolf'. You can get the shareware versions here:"
+ echo " http://maniacsvault.net/ecwolf/download.php"
}