summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a60aaa7b98b3..4b5260753c7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dreamchess
pkgdesc = An open source chess game with OpenGL graphics and various chess board sets
pkgver = 0.2.0
- pkgrel = 7
+ pkgrel = 8
url = http://www.dreamchess.org/
arch = i686
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = dreamchess
makedepends = autoconf
makedepends = automake
depends = mesa
- depends = mxml-dc
+ depends = mxml
depends = sdl_mixer
depends = sdl_image
source = dreamchess-0.2.0.tar.gz::http://sourceforge.net/projects/dreamchess/files/dreamchess/0.2.0/dreamchess-0.2.0.tar.gz/download
diff --git a/PKGBUILD b/PKGBUILD
index affdda9418c8..25c779e0557a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=dreamchess
pkgver=0.2.0
-pkgrel=7
+pkgrel=8
pkgdesc="An open source chess game with OpenGL graphics and various chess board sets"
arch=('i686' 'x86_64')
url="http://www.dreamchess.org/"
license=('GPL3')
-depends=('mesa' 'mxml-dc' 'sdl_mixer' 'sdl_image')
+depends=('mesa' 'mxml' 'sdl_mixer' 'sdl_image')
makedepends=('autoconf' 'automake')
source=(${pkgname}-${pkgver}.tar.gz::http://sourceforge.net/projects/dreamchess/files/dreamchess/${pkgver}/${pkgname}-${pkgver}.tar.gz/download
add-lpthread.diff