summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederic Bezies2015-12-10 10:57:47 +0100
committerFrederic Bezies2015-12-10 10:57:47 +0100
commit5a7807b3dc88f7927fa192a8163a44de4374f7ab (patch)
tree84c1c2577335c93904c30f7e0c4235a0a2233b31 /PKGBUILD
parent581901c4225c0dcbc82c0a33a29781cbe7e9b5f4 (diff)
downloadaur-balloons.tar.gz
added missing depend in PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f9c22bfc7e6..4d9f6d0c7934 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
pkgname=balloons
pkgver=0.1.8.3
-pkgrel=5
+pkgrel=6
pkgdesc="Tile based platform puzzle game."
url="http://sourceforge.net/projects/balloons-ng/"
arch=('i686' 'x86_64')
-depends=('sdl_ttf' 'sdl_mixer')
+depends=('sdl_ttf' 'sdl_mixer' 'sdl_image')
source=("http://downloads.sourceforge.net/$pkgname-ng/$pkgname-0.1.8-3-src.tar.gz"
"scoreList.diff" "balloons.desktop" "HIGH.DAT")
license=('GPL')