summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2019-04-03 11:48:31 -0700
committerMike Swanson2019-04-03 11:48:31 -0700
commit84cad0c599a8ddbcda127172623abf58ada262aa (patch)
treeeb3f32d290dfce236f9fee7b9f7ec52b3ced9a57
parent292f234b0c8e4414a83e0456cc2cfd82ed3c1bcd (diff)
downloadaur-84cad0c599a8ddbcda127172623abf58ada262aa.tar.gz
Update to 5.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--crispy-doom.install10
3 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1488c6f1c8f7..5048f7a51394 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = crispy-doom
pkgdesc = Vanilla-compatible enhanced Doom engine
- pkgver = 5.5.1
+ pkgver = 5.5.2
pkgrel = 1
url = http://fabiangreffrath.github.io/crispy-doom
install = crispy-doom.install
@@ -16,8 +16,8 @@ pkgbase = crispy-doom
optdepends = freedm: Free deathmatch game
optdepends = freedoom1: Free Ultimate Doom-compatible game
optdepends = freedoom2: Free Doom II/Final Doom-compatible game
- source = https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-5.5.1.tar.gz
- sha512sums = 29f2eecc6eab47cc1c6684d9ab913f392f30cf336a9e8b8b61c890e855f892a2eb32a06b853412b0628919ee73eba06fbfe358c7add2622593212d8f8080fcf2
+ source = https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-5.5.2.tar.gz
+ sha512sums = 0d17869a175291fc8998bccf7a58a663a3ab424a0f269ddab21ac3e6d354a89f7a34950bd961d9ca160fb7d2fe37b1bc756b58b84fedf099321dfa0eec994672
pkgname = crispy-doom
diff --git a/PKGBUILD b/PKGBUILD
index 0ddee619145f..720bbdb6369a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=crispy-doom
pkgdesc="Vanilla-compatible enhanced Doom engine"
-pkgver=5.5.1
+pkgver=5.5.2
pkgrel=1
arch=('i686' 'x86_64')
url="http://fabiangreffrath.github.io/crispy-doom"
@@ -14,7 +14,7 @@ optdepends=('freedm: Free deathmatch game'
'freedoom2: Free Doom II/Final Doom-compatible game')
install=crispy-doom.install
source=(https://github.com/fabiangreffrath/$pkgname/archive/$pkgname-$pkgver.tar.gz)
-sha512sums=('29f2eecc6eab47cc1c6684d9ab913f392f30cf336a9e8b8b61c890e855f892a2eb32a06b853412b0628919ee73eba06fbfe358c7add2622593212d8f8080fcf2')
+sha512sums=('0d17869a175291fc8998bccf7a58a663a3ab424a0f269ddab21ac3e6d354a89f7a34950bd961d9ca160fb7d2fe37b1bc756b58b84fedf099321dfa0eec994672')
prepare() {
cd "$pkgname-$pkgname-$pkgver"
diff --git a/crispy-doom.install b/crispy-doom.install
index 402730fcc9e8..088574e90d56 100644
--- a/crispy-doom.install
+++ b/crispy-doom.install
@@ -5,13 +5,11 @@ the engine to easily find them:
* For all users: /usr/share/games/doom
* For a single user: ~/.local/share/games/doom
-Files such as doom2.wad, heretic.wad, hexen.wad, and strife1.wad are
-appropriate for installation and usage with Chocolate engines.
+Files such as doom.wad, doom2.wad, tnt.wad, plutonia.wad are
+appropriate for installation and usage with Crispy Doom.
In order to allow co-existence with Chocolate Doom, the following
-manual pages have been removed:
- default.cfg heretic.cfg hexen.cfg strife.cfg
-They are identical to and are available in the Chocolate Doom packages
-instead.
+manual page has been removed: default.cfg
+It is identical to and are available in the Chocolate Doom packages instead.
EOF
}