summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c14fde5cdce..bcee86a761f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,10 +8,10 @@ pkgbase = war1gus-git
license = GPL
makedepends = git
makedepends = cmake
+ makedepends = imagemagick
depends = stratagus-git
depends = ffmpeg
depends = innoextract
- depends = imagemagick
provides = war1gus-git
provides = war1gus
conflicts = war1gus
diff --git a/PKGBUILD b/PKGBUILD
index e1ad030927d5..eecc46607b85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="Warcraft1 Mod that allows you to play Warcraft1 with the Stratagus engi
arch=("i686" "x86_64")
url="https://github.com/Wargus/war1gus"
license=('GPL')
-depends=('stratagus-git' 'ffmpeg' 'innoextract' 'imagemagick')
-makedepends=('git' 'cmake')
+depends=('stratagus-git' 'ffmpeg' 'innoextract')
+makedepends=('git' 'cmake' 'imagemagick')
source=("${pkgname}::git://github.com/Wargus/war1gus.git")
md5sums=('SKIP')