diff options
Diffstat (limited to 'community/mygui/PKGBUILD')
-rw-r--r-- | community/mygui/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/mygui/PKGBUILD b/community/mygui/PKGBUILD index d9c89d9b7..3f8ff7311 100644 --- a/community/mygui/PKGBUILD +++ b/community/mygui/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 53635 2011-08-07 03:07:13Z svenstaro $ +# $Id: PKGBUILD 53640 2011-08-07 04:39:00Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Andrew Belitsky <belitsky.a@gmail.com> pkgbase=mygui pkgname=('mygui' 'mygui-docs') pkgver=3.2.0rc1 -pkgrel=7 +pkgrel=8 pkgdesc="A multilayer and overlappable GUI System for OGRE" arch=('i686' 'x86_64') url="http://mygui.info/" license=('LGPL') depends=('boost-libs' 'ogre' 'ois') -makedepends=('boost' 'cmake' 'doxygen' 'graphviz') +makedepends=('boost' 'cmake' 'doxygen' 'graphviz' 'ttf-dejavu') install=mygui.install source=("http://downloads.sourceforge.net/my-gui/MyGUI_3.2.0_RC1.zip") md5sums=('1ac1340148e81ad49a26c8a87acefc6b') |