summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2016-06-20 02:34:24 -0700
committerMike Swanson2016-06-20 02:34:24 -0700
commite426fcc84b5b64c4f19c44d9a4d345102f8aec2d (patch)
treec8c07f7d4dfa1808e0201e1aba1e66b8e6a2bf2a
parent700324011608bed568a07c825282e05daf8cbd8f (diff)
downloadaur-e426fcc84b5b64c4f19c44d9a4d345102f8aec2d.tar.gz
Update for 1.4.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 543c8efddd2e..0ee0dcd42392 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Mon Jun 20 09:33:55 UTC 2016
pkgbase = dhewm3-git
pkgdesc = Doom 3 engine with native 64-bit support, SDL, and OpenAL
- pkgver = 1.4.0.r7.9958e38
+ pkgver = 1.4.1
pkgrel = 1
epoch = 1
url = https://github.com/dhewm/dhewm3
diff --git a/PKGBUILD b/PKGBUILD
index 1f55ac837ffc..ff60e3e8b176 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
# Maintainer: Mike Swanson <mikeonthecomputer@gmail.com>
+
pkgname=dhewm3-git
-pkgver=1.4.0.r7.9958e38
+pkgver=1.4.1
pkgrel=1
epoch=1
pkgdesc="Doom 3 engine with native 64-bit support, SDL, and OpenAL"
@@ -47,5 +48,5 @@ package() {
cd "${pkgname/-git/}/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"
}