summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2017-12-01 18:16:45 +0100
committerFrederic Bezies2017-12-01 18:16:45 +0100
commit148aad1dc9911a492d5698e7dd6e0a012a38cb09 (patch)
tree156b062a7502a33d84d54fa9b85cd02138fce250
parenta6cde76ee98938bd0a16f73f3f8f6df421f1fd02 (diff)
downloadaur-148aad1dc9911a492d5698e7dd6e0a012a38cb09.tar.gz
assimp fix
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b11d17450f2d..1fc9931f2501 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Oct 27 21:14:59 UTC 2017
+# Fri Dec 1 17:16:34 UTC 2017
pkgbase = doomsday
pkgdesc = An advanced Doom engine that supports DOOM, Heretic and Hexen.
pkgver = 2.0.3
- pkgrel = 3
+ pkgrel = 4
url = http://dengine.net/
arch = i686
arch = x86_64
@@ -21,7 +21,9 @@ pkgbase = doomsday
optdepends = heretic1-wad: Heretic shareware,
optdepends = hexen1-wad: Hexen shareware
optdepends = soundfont-fluid
+ provides = assimp
conflicts = doomsday-bin
+ conflicts = assimp
source = http://files.dengine.net/archive/doomsday-2.0.3.tar.gz
sha256sums = baf8b1b40150dd2e16d0badc6ee3e7094ea8e42075d6801e9586b19a4065ce7e
diff --git a/PKGBUILD b/PKGBUILD
index 7c78649a59a1..cf8eca07068a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,13 @@
pkgname=doomsday
pkgver=2.0.3
-pkgrel=3
+pkgrel=4
pkgdesc="An advanced Doom engine that supports DOOM, Heretic and Hexen."
url="http://dengine.net/"
arch=('i686' 'x86_64')
license=('GPL2')
-conflicts=('doomsday-bin')
+conflicts=('doomsday-bin' 'assimp')
+provides=('assimp')
depends=('qt5-base' 'qt5-x11extras' 'sdl2_net' 'sdl2_mixer' 'fmodex' 'wxpython' 'fluidsynth')
makedepends=('imagemagick' 'cmake')
optdepends=('doom1-wad: Doom shareware',