summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederic Bezies2020-01-26 18:09:29 +0100
committerFrederic Bezies2020-01-26 18:09:29 +0100
commitae74b1bcc22c0a8e2c2d75e2fb9b05e97df8fe9b (patch)
treeb0d5a432a22456dd2bca83bd592b0c3187382097 /PKGBUILD
parentf503fc190ac9382b527004497ae678734ca22c2a (diff)
downloadaur-ae74b1bcc22c0a8e2c2d75e2fb9b05e97df8fe9b.tar.gz
adding missing python depend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f93032e80621..d6a0bfc41584 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=doomsday
pkgver=2.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="An advanced Doom engine that supports DOOM, Heretic and Hexen."
url="http://dengine.net/"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ license=('GPL2')
conflicts=('doomsday-bin')
provides=('assimp')
depends=('hicolor-icon-theme' 'qt5-x11extras' 'sdl2_mixer' 'fluidsynth' 'lib32-fluidsynth' 'openal' 'libxrandr' 'minizip')
-makedepends=('imagemagick' 'cmake' 'xorg-server-devel' 'assimp')
+makedepends=('imagemagick' 'cmake' 'xorg-server-devel' 'assimp' 'python')
optdepends=('doom1-wad: Doom shareware',
'heretic1-wad: Heretic shareware',
'hexen1-wad: Hexen shareware'