summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2014-10-21 23:56:00 -0700
committerMike Swanson2014-10-21 23:56:00 -0700
commite9cff3b1937f089c25fd2aa684a690c4afc229c7 (patch)
tree5a258ae85bf05587793382c19e5c6c054c9e730f
parent39f434c75d477e15b2420177c8646bccd2d8ea5c (diff)
downloadaur-e9cff3b1937f089c25fd2aa684a690c4afc229c7.tar.gz
Show the install message only for chocolate-common
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04e61dc1c58e..59ba2e71d365 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = chocolate-doom-git
pkgdesc = Historically-accurate Doom, Heretic, Hexen, and Strife ports.
pkgver = 2.1.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.chocolate-doom.org/
- install = chocolate-doom.install
arch = i686
arch = x86_64
license = GPL2
@@ -54,6 +53,7 @@ pkgname = chocolate-strife-git
pkgname = chocolate-common-git
pkgdesc = Files shared in common with Chocolate Doom-based games.
+ install = chocolate-doom.install
depends = sdl_net
conflicts = chocolate-common
diff --git a/PKGBUILD b/PKGBUILD
index 96797a2ec5cb..13d0ef084ddd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,12 @@ pkgname=(chocolate-{doom,heretic,hexen,strife,common}-git)
_pkgname=${pkgname[0]/-git/}
pkgdesc="Historically-accurate Doom, Heretic, Hexen, and Strife ports."
pkgver=2.1.0
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="http://www.chocolate-doom.org/"
license=('GPL2')
depends=('libsamplerate' 'sdl_mixer' 'sdl_net')
makedepends=('git' 'autoconf' 'python')
-install=chocolate-doom.install
source=(git+https://github.com/chocolate-doom/chocolate-doom.git)
sha256sums=('SKIP')
@@ -36,6 +35,7 @@ package_chocolate-common-git() {
pkgdesc="Files shared in common with Chocolate Doom-based games."
depends=('sdl_net')
conflicts=(chocolate-common)
+ install=chocolate-doom.install
cd "${_pkgname}"
make DESTDIR="${pkgdir}" install