From 22f4ff9b6e878760e30ec632d3c4d34e2fc6f777 Mon Sep 17 00:00:00 2001 From: gnastyle Date: Wed, 25 Jan 2017 23:25:16 +0100 Subject: [PATCH] chocolate-doom: update to 2.3.0 --- chocolate-doom/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chocolate-doom/PKGBUILD b/chocolate-doom/PKGBUILD index 76ca4722e..e29ab7730 100644 --- a/chocolate-doom/PKGBUILD +++ b/chocolate-doom/PKGBUILD @@ -1,6 +1,6 @@ pkgname=chocolate-doom -pkgver=2.2.1 -pkgrel=2 +pkgver=2.3.0 +pkgrel=1 pkgdesc="A Doom port reproducing the behavior of the original DOS version." arch=('x86_64') url="http://www.chocolate-doom.org/" @@ -10,7 +10,7 @@ makedepends=('python3') categories=('games') install=$pkgname.install source=(http://www.chocolate-doom.org/downloads/${pkgver}/chocolate-doom-${pkgver}.tar.gz) -sha1sums=('be0f2b5d642beca8c9ef21ad0472ee9329bc2a78') +sha1sums=('c2881f61aa23db23282b196fa8ff4bc15f27e69b') prepare() { cd $srcdir/$pkgname-$pkgver