summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2019-10-09 09:40:27 -0700
committerMike Swanson2019-10-09 09:40:27 -0700
commita31097b21a2063326c5c5f7871a900ed3c7166ec (patch)
treeee69e25e63729ac7258b0251138f33ba61690a0c
parent1f3a32044bfeafb373284cc70f06871c3e26b091 (diff)
downloadaur-a31097b21a2063326c5c5f7871a900ed3c7166ec.tar.gz
Update to 5.6.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39b34df628cb..9e6a39de28dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = crispy-doom
pkgdesc = Vanilla-compatible enhanced Doom engine
- pkgver = 5.6.2
+ pkgver = 5.6.3
pkgrel = 1
url = http://fabiangreffrath.github.io/crispy-doom
install = crispy-doom.install
@@ -15,9 +15,9 @@ pkgbase = crispy-doom
depends = sdl2_net
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.6.2.tar.gz
- sha512sums = 717b5e7e96a877853468ab233a852ae55610ca8ae3a426ed90f793643312be0f144578c2ef9cbd5f4eb6cd848332c5a4974f2ca0ea7ad841a5e43566d5eecf2d
+ optdepends = freedoom2: Free Doom II-compatible game
+ source = https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-5.6.3.tar.gz
+ sha512sums = 5135bfe1e1ff47ea73fe0b819a7a423b8b43bf8cfd2c2350264e8106397854501df9b97e8747a70590aabe3552e9faee22ba0cb8e28d9e078b96a7373a096a52
pkgname = crispy-doom
diff --git a/PKGBUILD b/PKGBUILD
index 752c2830e7ae..65e28f913530 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=crispy-doom
pkgdesc="Vanilla-compatible enhanced Doom engine"
-pkgver=5.6.2
+pkgver=5.6.3
pkgrel=1
arch=('i686' 'x86_64')
url="http://fabiangreffrath.github.io/crispy-doom"
@@ -11,10 +11,10 @@ depends=('hicolor-icon-theme' 'libpng' 'libsamplerate' 'sdl2_mixer' 'sdl2_net')
makedepends=('python')
optdepends=('freedm: Free deathmatch game'
'freedoom1: Free Ultimate Doom-compatible game'
- 'freedoom2: Free Doom II/Final Doom-compatible game')
+ 'freedoom2: Free Doom II-compatible game')
install=crispy-doom.install
source=(https://github.com/fabiangreffrath/$pkgname/archive/$pkgname-$pkgver.tar.gz)
-sha512sums=('717b5e7e96a877853468ab233a852ae55610ca8ae3a426ed90f793643312be0f144578c2ef9cbd5f4eb6cd848332c5a4974f2ca0ea7ad841a5e43566d5eecf2d')
+sha512sums=('5135bfe1e1ff47ea73fe0b819a7a423b8b43bf8cfd2c2350264e8106397854501df9b97e8747a70590aabe3552e9faee22ba0cb8e28d9e078b96a7373a096a52')
prepare() {
cd "$pkgname-$pkgname-$pkgver"