summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acdee6507298..0c6775a18ca1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Mon Jun 20 09:22:19 UTC 2016
pkgbase = dhewm3
pkgdesc = Doom 3 engine with native 64-bit support, SDL, and OpenAL
- pkgver = 1.4.0
- pkgrel = 2
+ pkgver = 1.4.1
+ pkgrel = 1
url = https://github.com/dhewm/dhewm3
arch = i686
arch = x86_64
@@ -13,10 +15,10 @@ pkgbase = dhewm3
depends = libvorbis
depends = openal
depends = sdl2
- source = https://github.com/dhewm/dhewm3/archive/1.4.0.tar.gz
+ source = https://github.com/dhewm/dhewm3/archive/1.4.1.tar.gz
source = dhewm3.desktop
source = 0001-game_data_location.patch
- sha256sums = b579cd2d07d4efc0ebb536c933857ee28a302d9e9484ebd5bda9b40f8da17f88
+ sha256sums = 587586142d863ff98051619f0d49c056c5302e919c655a50af69a8293bc3ae08
sha256sums = 7c9ae892c6cf0453fcd57731689ccedac8f8ce10f33043f7dd5fb66bd73d1287
sha256sums = dbbb0607a92482a1b753cf9cac97dcc57345b92ee43449c9826f5b23af7624f9
diff --git a/PKGBUILD b/PKGBUILD
index ba79b83dd36e..56d4b22f0ca9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mike Swanson <mikeonthecomputer@gmail.com>
pkgname=dhewm3
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.4.1
+pkgrel=1
pkgdesc="Doom 3 engine with native 64-bit support, SDL, and OpenAL"
arch=('i686' 'x86_64')
url="https://github.com/dhewm/dhewm3"
@@ -11,7 +11,7 @@ makedepends=('cmake')
source=("$url/archive/$pkgver.tar.gz"
'dhewm3.desktop'
'0001-game_data_location.patch')
-sha256sums=('b579cd2d07d4efc0ebb536c933857ee28a302d9e9484ebd5bda9b40f8da17f88'
+sha256sums=('587586142d863ff98051619f0d49c056c5302e919c655a50af69a8293bc3ae08'
'7c9ae892c6cf0453fcd57731689ccedac8f8ce10f33043f7dd5fb66bd73d1287'
'dbbb0607a92482a1b753cf9cac97dcc57345b92ee43449c9826f5b23af7624f9')
@@ -38,5 +38,5 @@ package() {
cd "$pkgname-$pkgver/neo"
make DESTDIR="$pkgdir" libdir="$pkgdir/usr/lib" install
- install -Dm644 "$srcdir"/dhewm3.desktop "$pkgdir/usr/share/applications/dhewm3.desktop"
+ install -Dm644 ../../dhewm3.desktop "$pkgdir/usr/share/applications/dhewm3.desktop"
}