summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2014-06-13 17:29:37 -0700
committerMike Swanson2014-06-13 17:29:37 -0700
commit79170917bdc30c53841075109a0f741750fd4529 (patch)
tree0b995bf1173eed21c9a12fdfb74fa97cc2d40af0
parenta95256e5cc5c37844fdc8b83097d69a74a4f031e (diff)
downloadaur-79170917bdc30c53841075109a0f741750fd4529.tar.gz
Update crispy-doom to 1.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21af3817e3d7..a55c7c8c74d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = crispy-doom
pkgdesc = Chocolate Doom with vanilla-compatible enhancements
- pkgver = 1.3
+ pkgver = 1.4
pkgrel = 1
url = http://fabiangreffrath.github.io/crispy-doom
install = crispy-doom.install
@@ -12,8 +12,8 @@ pkgbase = crispy-doom
depends = libsamplerate
depends = sdl_mixer
depends = sdl_net
- source = https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-1.3.tar.gz
- sha256sums = e9930b0b22f20f2f2df030b77fb53a4af597223ae278a04c8636dd014d55dd43
+ source = https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-1.4.tar.gz
+ sha256sums = 11c0e892d08427365d671602f3f96b06caa1b0eded40695782f8074edb01ff3c
pkgname = crispy-doom
pkgdesc = Doom port accurately reproducing the original v1.9 EXEs.
diff --git a/PKGBUILD b/PKGBUILD
index 70c35bbd22da..70240602fd6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Mike Swanson <mikeonthecomputer@gmail.com>
pkgname=(crispy-{doom,heretic,hexen,strife,common})
-_pkgname=crispy-doom # for the individual package functions
+_pkgname=${pkgname[0]}
pkgdesc="Chocolate Doom with vanilla-compatible enhancements"
-pkgver=1.3
+pkgver=1.4
pkgrel=1
arch=('i686' 'x86_64')
url="http://fabiangreffrath.github.io/crispy-doom"
@@ -12,7 +12,7 @@ depends=('libsamplerate' 'sdl_mixer' 'sdl_net')
makedepends=('autoconf' 'python')
install=crispy-doom.install
source=(https://github.com/fabiangreffrath/${_pkgname}/archive/${_pkgname}-${pkgver}.tar.gz)
-sha256sums=('e9930b0b22f20f2f2df030b77fb53a4af597223ae278a04c8636dd014d55dd43')
+sha256sums=('11c0e892d08427365d671602f3f96b06caa1b0eded40695782f8074edb01ff3c')
build() {
# GitHub's generated archive prefix kind of sucks.