summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2020-01-14 00:31:00 -0800
committerMike Swanson2020-01-14 00:31:00 -0800
commit3c37c5482a338877ba1973d3a20f2f6406a33083 (patch)
tree6e815b152c3766dbff350e7d9f149de68a5451a5
parenta31097b21a2063326c5c5f7871a900ed3c7166ec (diff)
downloadaur-3c37c5482a338877ba1973d3a20f2f6406a33083.tar.gz
Update to 5.6.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e6a39de28dc..745dd90c833d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = crispy-doom
pkgdesc = Vanilla-compatible enhanced Doom engine
- pkgver = 5.6.3
+ pkgver = 5.6.4
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-compatible game
- source = https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-5.6.3.tar.gz
- sha512sums = 5135bfe1e1ff47ea73fe0b819a7a423b8b43bf8cfd2c2350264e8106397854501df9b97e8747a70590aabe3552e9faee22ba0cb8e28d9e078b96a7373a096a52
+ source = https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-5.6.4.tar.gz
+ sha512sums = f7c4811e669d73149a6cee754121b5aae61f36b5a264059d9c6c4f496338517ea51bda1fb488af999ed36d5bddd79ac4edf2b5096d093903efe0885e34acce20
pkgname = crispy-doom
diff --git a/PKGBUILD b/PKGBUILD
index 65e28f913530..5e3f2cb7c3ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=crispy-doom
pkgdesc="Vanilla-compatible enhanced Doom engine"
-pkgver=5.6.3
+pkgver=5.6.4
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-compatible game')
install=crispy-doom.install
source=(https://github.com/fabiangreffrath/$pkgname/archive/$pkgname-$pkgver.tar.gz)
-sha512sums=('5135bfe1e1ff47ea73fe0b819a7a423b8b43bf8cfd2c2350264e8106397854501df9b97e8747a70590aabe3552e9faee22ba0cb8e28d9e078b96a7373a096a52')
+sha512sums=('f7c4811e669d73149a6cee754121b5aae61f36b5a264059d9c6c4f496338517ea51bda1fb488af999ed36d5bddd79ac4edf2b5096d093903efe0885e34acce20')
prepare() {
cd "$pkgname-$pkgname-$pkgver"