summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a3ac5672f19..dae12e296616 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dhewm3
pkgdesc = Doom 3 engine with native 64-bit support, SDL, and OpenAL
- pkgver = 1.5.1
+ pkgver = 1.5.2
pkgrel = 1
url = https://github.com/dhewm/dhewm3
install = dhewm3.install
@@ -14,12 +14,11 @@ pkgbase = dhewm3
depends = openal
depends = sdl2
optdepends = doom3-data
- source = https://github.com/dhewm/dhewm3/archive/1.5.1.tar.gz
+ source = https://github.com/dhewm/dhewm3/archive/1.5.2.tar.gz
source = dhewm3.desktop
source = dhewm3.png
- sha256sums = febaef022ff216435a2ff86f4e1526ac9bccbc401b03bed495a0a2f0b4edfb53
+ sha256sums = 0652d85bcc470b8535dee0fc6badd57a82a183984f7a02a3fa13937436166eb0
sha256sums = 642b56fe68ec0906abb11d3a27a7543bb23d76da50cffcec3f841fe3fa6ba069
sha256sums = 4f17fd5c3b7ada4c6d2445d760d9d83bf782398d40ad6369cd58f2c373b93b86
pkgname = dhewm3
-
diff --git a/PKGBUILD b/PKGBUILD
index 5aac7cf120c1..87f59b77d7c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor:
pkgname=dhewm3
-pkgver=1.5.1
+pkgver=1.5.2
pkgrel=1
pkgdesc="Doom 3 engine with native 64-bit support, SDL, and OpenAL"
arch=('i686' 'x86_64')
@@ -43,6 +43,6 @@ package() {
install -dm755 "${pkgdir}/usr/share/dhewm3/d3xp"
}
-sha256sums=('febaef022ff216435a2ff86f4e1526ac9bccbc401b03bed495a0a2f0b4edfb53'
+sha256sums=('0652d85bcc470b8535dee0fc6badd57a82a183984f7a02a3fa13937436166eb0'
'642b56fe68ec0906abb11d3a27a7543bb23d76da50cffcec3f841fe3fa6ba069'
'4f17fd5c3b7ada4c6d2445d760d9d83bf782398d40ad6369cd58f2c373b93b86')