summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 4 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d59e4cf5942a..1a62eafcb8ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = dosbox-sdl2
pkgdesc = Emulator with builtin DOS for running DOS Games (SDL2)
pkgver = 0.74.4006
- pkgrel = 1
+ pkgrel = 2
url = http://www.vogons.org/viewtopic.php?f=32&t=34770
install = dosbox-sdl2.install
arch = x86_64
arch = i686
license = GPL
- makedepends = subversion
+ makedepends = git
depends = sdl2
depends = sdl2_net
depends = sdl_sound-hg
diff --git a/PKGBUILD b/PKGBUILD
index f92c8a7b0a11..8b2463741135 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
pkgname=dosbox-sdl2
pkgver=0.74.4006
-pkgrel=1
+pkgrel=2
pkgdesc="Emulator with builtin DOS for running DOS Games (SDL2)"
arch=("x86_64" "i686")
depends=("sdl2" "sdl2_net" "sdl_sound-hg" "zlib" "libgl" "libpng" "alsa-lib" "gcc-libs" "hicolor-icon-theme")
-makedepends=("subversion")
+makedepends=("git")
provides=("dosbox")
conflicts=("dosbox")
url="http://www.vogons.org/viewtopic.php?f=32&t=34770"
@@ -28,10 +28,6 @@ sha256sums=("SKIP"
install="dosbox-sdl2.install"
build() {
- ln -sf /usr/include/SDL/SDL_sound.h SDL_sound.h
- export C_INCLUDE_PATH="$srcdir"
- export CPLUS_INCLUDE_PATH="$srcdir"
-
cd $pkgname/
sh autogen.sh