summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormewmew2018-01-29 00:39:05 +0100
committermewmew2018-01-29 00:39:05 +0100
commitad9bd5ec9f5b2f9a399c1e8a6aeccd8ee799810c (patch)
tree794ed7ec7a791f55d7e1e041f60fd03f1a98b1ec /PKGBUILD
parentf367b4647fe6203795c4fa8ab1ce544f012e065b (diff)
downloadaur-ad9bd5ec9f5b2f9a399c1e8a6aeccd8ee799810c.tar.gz
Add imagemagick dependency as per @adsun feedback
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')