summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2015-10-12 15:23:15 -0700
committerMike Swanson2015-10-12 15:23:15 -0700
commit700324011608bed568a07c825282e05daf8cbd8f (patch)
tree47c5ec4cf92505f0e3511830b04e57caa919e314
parent07b80d806132238c31d4224b2a51c4e35a1e81e6 (diff)
downloadaur-700324011608bed568a07c825282e05daf8cbd8f.tar.gz
Depend on sdl2, not sdl1. Move curl to a hard-dependency.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f63acdd35f84..543c8efddd2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dhewm3-git
pkgdesc = Doom 3 engine with native 64-bit support, SDL, and OpenAL
- pkgver = 1.4.0.r1.5a146bf
+ pkgver = 1.4.0.r7.9958e38
pkgrel = 1
epoch = 1
url = https://github.com/dhewm/dhewm3
@@ -9,13 +9,12 @@ pkgbase = dhewm3-git
license = GPL3
makedepends = cmake
makedepends = git
+ depends = curl
depends = doom3-data
depends = libjpeg
- depends = libogg
depends = libvorbis
depends = openal
- depends = sdl
- optdepends = curl: download support
+ depends = sdl2
provides = dhewm3
conflicts = dhewm3
source = git+https://github.com/dhewm/dhewm3
diff --git a/PKGBUILD b/PKGBUILD
index f43249b3d685..1f55ac837ffc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,14 @@
# Maintainer: Mike Swanson <mikeonthecomputer@gmail.com>
pkgname=dhewm3-git
-pkgver=1.4.0.r1.5a146bf
+pkgver=1.4.0.r7.9958e38
pkgrel=1
epoch=1
pkgdesc="Doom 3 engine with native 64-bit support, SDL, and OpenAL"
arch=('i686' 'x86_64')
url="https://github.com/dhewm/dhewm3"
license=('GPL3')
-depends=('doom3-data' 'libjpeg' 'libogg' 'libvorbis' 'openal' 'sdl')
+depends=('curl' 'doom3-data' 'libjpeg' 'libvorbis' 'openal' 'sdl2')
makedepends=('cmake' 'git')
-optdepends=('curl: download support')
conflicts=('dhewm3')
provides=('dhewm3')
source=("git+$url"