summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElrondo462016-02-02 19:13:44 +0100
committerElrondo462016-02-02 19:13:44 +0100
commit9ae7f333fa1f49ff6e48eb90d3786b52607ddc3a (patch)
treed284e934477e16fd881bf511e670fb0177b04ff1
parent5fa3ab06eb7e73b6ded7d6828f33e9e999d9e548 (diff)
downloadaur-9ae7f333fa1f49ff6e48eb90d3786b52607ddc3a.tar.gz
md5sum was incorrect. FIXED
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68169f2b1db0..f9a5e9f66a1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Feb 2 18:05:19 UTC 2016
+# Tue Feb 2 18:13:04 UTC 2016
pkgbase = doomsday
pkgdesc = An advanced Doom engine that supports DOOM, Heretic and Hexen.
pkgver = 1.15.8
@@ -24,7 +24,7 @@ pkgbase = doomsday
conflicts = doomsday2-unstable
conflicts = i686-doomsday2-unstable
source = http://netcologne.dl.sourceforge.net/project/deng/Doomsday Engine/1.15.8/doomsday-stable-1.15.8.tar.gz
- md5sums = 4650cfa3b843a61d13b1e46e9a449ac8
+ md5sums = 14487b988bd3b46580164cdcfa5989d5
pkgname = doomsday
diff --git a/PKGBUILD b/PKGBUILD
index 020fe86ba64f..ef619318957a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ optdepends=('doom1-wad: Doom shareware',
'heretic1-wad: Heretic shareware',
'hexen1-wad: Hexen shareware')
source=("http://netcologne.dl.sourceforge.net/project/deng/Doomsday Engine/${pkgver}/doomsday-stable-${pkgver}.tar.gz")
-md5sums=('4650cfa3b843a61d13b1e46e9a449ac8')
+md5sums=('14487b988bd3b46580164cdcfa5989d5')
build() {
# Fix annoying messages from libpng (thanks to jwm-art)