summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLawrence Deneiple2018-04-06 14:03:20 +0200
committerLawrence Deneiple2018-04-06 14:03:20 +0200
commit12f1a889362d8f4741bafa4358106ceb80336bb4 (patch)
tree47417c149f9aa06a778264a713b2c23c0cbafd75 /PKGBUILD
parentf0d17d1b136d698eee3ae3cff7d0db22bcf7aa45 (diff)
downloadaur-12f1a889362d8f4741bafa4358106ceb80336bb4.tar.gz
fix depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 201a3ed76100..8ba17f84dda9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('any')
url="http://www-igm.univ-mlv.fr/~boussica/mlv/api/French/html/index.html"
license=('GPL')
groups=()
-depends=('gcc' 'libtool' 'make' 'autoconf' 'doxygen' 'sdl' 'sdl_gfx' 'sdl_mixer' 'sdl_ttf' 'glib2' 'libxml2')
+depends=('gcc' 'libtool' 'make' 'autoconf' 'doxygen' 'sdl' 'sdl_gfx' 'sdl_mixer' 'sdl_ttf' 'glib2' 'libxml2' 'sdl_image')
makedepends=()
optdepends=()
provides=()