summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNagy Gabor2018-04-24 22:13:41 +0200
committerNagy Gabor2018-04-24 22:14:16 +0200
commit9c002f142a05d144cb7a309365ec374304f2bd28 (patch)
tree471f3b4efa75254c966fd796c6b9314270bbe388
parent0c81458305bddac61888486cfce098bfb67ec311 (diff)
downloadaur-9c002f142a05d144cb7a309365ec374304f2bd28.tar.gz
xerces-c -> xerces-c-2 dependency change
Signed-off-by: Nagy Gabor <Gabor.V.Nagy@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e022da6b91aa..29833d8616d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = enigma_sdl
pkgdesc = Puzzle game inspired by Oxyd on the Atari ST and Rock'n'Roll on the Amiga.
pkgver = 1.21
- pkgrel = 2
+ pkgrel = 3
url = http://www.nongnu.org/enigma/
arch = i686
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = enigma_sdl
depends = sdl_image
depends = sdl_mixer
depends = sdl_ttf
- depends = xerces-c
+ depends = xerces-c-2
depends = xdg-utils
depends = curl
source = http://downloads.sourceforge.net/enigma-game/enigma-1.21.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index ed5efd7abdd3..ab8bbb6eaeaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Contributor: Nagy Gabor <Gabor.V.Nagy@@gmail.com>
pkgname=enigma_sdl
pkgver=1.21
-pkgrel=2
+pkgrel=3
pkgdesc="Puzzle game inspired by Oxyd on the Atari ST and Rock'n'Roll on the Amiga."
url="http://www.nongnu.org/enigma/"
-depends=('libpng' 'sdl_image' 'sdl_mixer' 'sdl_ttf' 'xerces-c' 'xdg-utils' 'curl')
+depends=('libpng' 'sdl_image' 'sdl_mixer' 'sdl_ttf' 'xerces-c-2' 'xdg-utils' 'curl')
makedepends=('imagemagick')
source=(http://downloads.sourceforge.net/enigma-game/enigma-$pkgver.tar.gz
std-gnu03.patch)