summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d037b3e7149d..ca42003d2c92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = war1gus-git
depends = cdparanoia
depends = timidity++
depends = gtk2
+ depends = imagemagick
provides = war1gus=2.4.1
conflicts = war1gus
replaces = war1gus
diff --git a/PKGBUILD b/PKGBUILD
index ef460fdc667e..5e27ad8caae7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ 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' 'ffmpeg2theora' 'cdparanoia' 'timidity++' 'gtk2' )
+depends=('stratagus' 'ffmpeg2theora' 'cdparanoia' 'timidity++' 'gtk2' 'imagemagick')
source=("war1gus::git://github.com/Wargus/war1gus.git")
md5sums=('SKIP')
provides=('war1gus=2.4.1')