summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoripochto2021-11-13 13:22:09 +0300
committeripochto2021-11-13 13:22:09 +0300
commitfd10970574fb0ef677db59d3886d82383c24fea9 (patch)
tree9c50fdb33e1b15a26d2fa4ba5ad6c02d4615f83b
parentb01e665981ef05e1a614c49724ab01205fb7ddd2 (diff)
downloadaur-fd10970574fb0ef677db59d3886d82383c24fea9.tar.gz
imagemagick moved to makedeps
-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')