summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2014-02-07 21:39:24 -0800
committerMike Swanson2014-02-07 21:39:24 -0800
commit6d361d07b073a9e6426b928117946c4f853cb1a1 (patch)
treea1e5556e70f7b1890983e2d016e8db8963f37fa9
parentc08f8e8dd7587bb67d26c18e03f1053c13517c8b (diff)
downloadaur-6d361d07b073a9e6426b928117946c4f853cb1a1.tar.gz
Fix chocolate-doom-git install procedure
Due to changes in the Chocolate Doom build system, chocolate-common-git includes manual pages for all the individual game setup programs. Removed these to resolve it.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3042dbb87f7e..941944e6fa5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chocolate-doom-git
pkgdesc = Doom, Heretic, Hexen, Strife port accurately reproducing the originals.
- pkgver = 2.0.0.5.gb9690ac
+ pkgver = 2.0.0.16.g95ef264
pkgrel = 1
url = http://www.chocolate-doom.org/
install = chocolate-doom.install
diff --git a/PKGBUILD b/PKGBUILD
index 6eb79964056f..bc2f46975784 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=chocolate-doom-git
_pkgname=${pkgname/-git/}
true && pkgname=(chocolate-{doom,heretic,hexen,strife,common}-git)
-pkgver=2.0.0.5.gb9690ac
+pkgver=2.0.0.16.g95ef264
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.chocolate-doom.org/"
@@ -49,7 +49,7 @@ package_chocolate-common-git() {
rm -rf applications/chocolate-doom.desktop applications/screensavers \
icons/chocolate-doom.png
cd man/man6
- rm -f chocolate-{doom,heretic,hexen,strife}.6
+ rm -f chocolate-{doom,heretic,hexen,strife}{,-setup}.6
}
package_chocolate-doom-git() {