summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Devlamynck2016-04-21 13:09:47 +0200
committerMatthias Devlamynck2016-04-21 13:10:18 +0200
commit05bc4820d5caf7d11725477c84531e2d070bb502 (patch)
treedc64e94d53a7b784b63e118603309cbb0e912ea3
parenta35533d46beb1fa997c279a88c425bf0e1e6c5f1 (diff)
downloadaur-05bc4820d5caf7d11725477c84531e2d070bb502.tar.gz
Fix missing makedepends
-rwxr-xr-x.SRCINFO3
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9efd570c5aab..01067be1bb29 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = my-little-investigations
pkgdesc = An Ace Attorney like game based on My Little Pony : Friendship is Magic
pkgver = 1.1.1
- pkgrel = 2
+ pkgrel = 3
url = http://www.equestriandreamers.com/
install = mli.install
arch = i686
@@ -9,6 +9,7 @@ pkgbase = my-little-investigations
license = MIT
makedepends = cmake
makedepends = git
+ makedepends = imagemagick
depends = sdl2
depends = sdl2_image
depends = sdl2_ttf
diff --git a/PKGBUILD b/PKGBUILD
index 6e231a4db1cc..aac4525f5f88 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=my-little-investigations
_gitrepo=https://github.com/mdevlamynck/${pkgname}.git
#_gitrepo=https://github.com/GabuEx/${pkgname}.git
pkgver=1.1.1
-pkgrel=2
+pkgrel=3
pkgdesc="An Ace Attorney like game based on My Little Pony : Friendship is Magic"
arch=('i686' 'x86_64')
url="http://www.equestriandreamers.com/"
@@ -14,7 +14,7 @@ license=('MIT')
groups=('')
replaces=('my-little-investigation')
depends=('sdl2' 'sdl2_image' 'sdl2_ttf' 'sdl2_mixer' 'ffmpeg' 'crypto++') # 'xdelta3')
-makedepends=('cmake' 'git')
+makedepends=('cmake' 'git' 'imagemagick')
install=mli.install
source=(
"git+${_gitrepo}"