summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael DeGuzis2017-08-28 21:17:34 -0400
committerMichael DeGuzis2017-08-28 21:17:34 -0400
commit21867a7728363cf8835447c5b9dd899871a42dff (patch)
treec13d663e6897495698f824f32f903e4d30efe7e4 /PKGBUILD
parent215c7eace737f5714bb6723e2073799312ad137b (diff)
downloadaur-21867a7728363cf8835447c5b9dd899871a42dff.tar.gz
add new deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b1692c5a9316..85b5d984e0f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mrboom-git
_basename=mrboom
pkgver=3.6.r4.g2f986e0
-pkgrel=1
+pkgrel=2
pkgdesc="Mr.Boom is a 8 players Bomberman clone"
arch=('i686' 'x86_64')
conflicts=('mrboom')
@@ -12,6 +12,8 @@ url="http://mrboom.mumblecore.org"
license=('GPL2')
makedepends=(
'git'
+ 'libmodplug'
+ 'minizip'
'sdl2'
'sdl2_mixer'
)