diff options
author | root <root@rshg054.dnsready.net> | 2013-02-19 00:07:59 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-19 00:07:59 -0800 |
commit | ba105c9a82cf668f973a140c1792a3c02589980d (patch) | |
tree | 0d51d4e3e4e12ba33aa5f5da9e54458b8ec8cd0a /community/cegui/PKGBUILD | |
parent | 29883fd322e5c6464bf44e9eaa31b17790461bd0 (diff) |
Tue Feb 19 00:07:54 PST 2013
Diffstat (limited to 'community/cegui/PKGBUILD')
-rw-r--r-- | community/cegui/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/cegui/PKGBUILD b/community/cegui/PKGBUILD index 584eec445..e4b0f40bd 100644 --- a/community/cegui/PKGBUILD +++ b/community/cegui/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 83243 2013-01-28 16:49:29Z stephane $ +# $Id: PKGBUILD 84404 2013-02-18 16:22:44Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Juergen Hoetzel <juergen@archlinux.org> # Contributor: William Rea <sillywilly@gmail.com>, @@ -6,8 +6,8 @@ pkgbase=cegui pkgname=('cegui' 'cegui-docs') -pkgver=0.7.7 -pkgrel=5 +pkgver=0.7.9 +pkgrel=1 pkgdesc="A free library providing windowing and widgets for graphics APIs/engines" arch=('i686' 'x86_64') url="http://crayzedsgui.sourceforge.net" @@ -21,7 +21,7 @@ optdepends=("python2: python bindings" #"irrlicht: irrlicht module") maybe again at some point options=(!libtool) source=(http://downloads.sourceforge.net/crayzedsgui/CEGUI-$pkgver.tar.gz) -md5sums=('8b83577f86eaa1581765dd155c7c8f24') +md5sums=('a8b682daf82e383edc169c2e6eb2b321') build() { cd "$srcdir/CEGUI-${pkgver}" |