summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKingan2018-04-19 18:13:33 +0900
committerKingan2018-04-19 18:13:33 +0900
commitd2a51e48c8500654a78049d63d4bd8d44395ca57 (patch)
treefc6e92c62438eaff3514a3b6ce8ed2cf0d97aad8
parent7214da4945d3577fe16e0f264a8b83a2348d9f98 (diff)
downloadaur-d2a51e48c8500654a78049d63d4bd8d44395ca57.tar.gz
Drops dumb from dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87b36631bddc..1635e6c36fa8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,11 @@
-# Generated by mksrcinfo v8
-# Mon Jan 18 07:00:06 UTC 2016
pkgbase = prboom-plus
pkgdesc = An advanced, Vanilla-compatible Doom engine based on PrBoom
pkgver = 2.5.1.4
- pkgrel = 1
+ pkgrel = 2
url = http://prboom-plus.sourceforge.net/
arch = x86_64
arch = i686
license = GPL2
- depends = dumb
depends = fluidsynth
depends = glu
depends = libmad
diff --git a/PKGBUILD b/PKGBUILD
index fa3ce000e285..9b689e341eca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
-# Maintainer: Frederic Bezies <fredbezies at gmail dot com>
+# Maintainer: Kingan <kingan201 at gmail dot com>
+# Contributor: Frederic Bezies <fredbezies at gmail dot com>
# Contributor: Valsu [arch(at)hylia.de]
pkgname='prboom-plus'
pkgver='2.5.1.4'
-pkgrel='1'
+pkgrel='2'
pkgdesc='An advanced, Vanilla-compatible Doom engine based on PrBoom'
url='http://prboom-plus.sourceforge.net/'
arch=('x86_64' 'i686')
license=('GPL2')
-depends=('dumb' 'fluidsynth' 'glu' 'libmad' 'portmidi' 'sdl_image' 'sdl_mixer' 'sdl_net')
+depends=('fluidsynth' 'glu' 'libmad' 'portmidi' 'sdl_image' 'sdl_mixer' 'sdl_net')
conflicts=('prboom-plus-svn')
source=("http://download.sourceforge.net/prboom-plus/prboom-plus-$pkgver.tar.gz")
md5sums=('eff7878d4542259a2bd6b2fef79962ca')
@@ -16,7 +17,7 @@ md5sums=('eff7878d4542259a2bd6b2fef79962ca')
build() {
cd "prboom-plus-$pkgver"
- ./configure --prefix=/usr --disable-dogs
+ ./configure --prefix=/usr --disable-dogs --without-dumb
make
}
@@ -25,4 +26,3 @@ package() {
make DESTDIR="$pkgdir" gamesdir=/usr/bin install
}
-