summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b67aeaed5b0e..acdee6507298 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,18 @@
pkgbase = dhewm3
pkgdesc = Doom 3 engine with native 64-bit support, SDL, and OpenAL
pkgver = 1.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dhewm/dhewm3
arch = i686
arch = x86_64
license = GPL3
makedepends = cmake
+ depends = curl
depends = doom3-data
depends = libjpeg
- depends = libogg
depends = libvorbis
depends = openal
- depends = sdl
- optdepends = curl: download support
+ depends = sdl2
source = https://github.com/dhewm/dhewm3/archive/1.4.0.tar.gz
source = dhewm3.desktop
source = 0001-game_data_location.patch
diff --git a/PKGBUILD b/PKGBUILD
index 11ebb5f7d98b..ba79b83dd36e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
# Maintainer: Mike Swanson <mikeonthecomputer@gmail.com>
pkgname=dhewm3
pkgver=1.4.0
-pkgrel=1
+pkgrel=2
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')
-optdepends=('curl: download support')
source=("$url/archive/$pkgver.tar.gz"
'dhewm3.desktop'
'0001-game_data_location.patch')