[arch-commits] Commit in cegui/trunk (PKGBUILD)

Douglas Soares de Andrade douglas at archlinux.org
Thu Dec 18 09:33:56 UTC 2008


    Date: Thursday, December 18, 2008 @ 04:33:56
  Author: douglas
Revision: 21919

upgpkg: cegui 0.6.2b-1

Modified:
  cegui/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-12-18 09:24:34 UTC (rev 21918)
+++ PKGBUILD	2008-12-18 09:33:56 UTC (rev 21919)
@@ -4,8 +4,8 @@
 # Bjorn Lindeijer <bjorn at lindeijer.nl>
 
 pkgname=cegui
-pkgver=0.5.0b
-pkgrel=2
+pkgver=0.6.2b
+pkgrel=1
 pkgdesc="A free library providing windowing and widgets for graphics APIs/engines"
 arch=(i686 x86_64)
 url="http://crayzedsgui.sourceforge.net"
@@ -14,10 +14,9 @@
 depends=('pcre' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut')
 [ "$CARCH" = "x86_64" ] && depends=(${depends[@]} 'silly')
 source=(http://downloads.sourceforge.net/crayzedsgui/CEGUI-$pkgver.tar.gz)
-md5sums=('b42322a33c6a06eede76b15f75694a17')
 
 build() {
-    cd $startdir/src/CEGUI-0.5.0
+    cd $startdir/src/CEGUI-0.6.2
     if [ "$CARCH" = "x86_64" ]; then
       ./configure --prefix=/usr --sysconfdir=/etc --enable-devil --enable-silly \
         --disable-xerces-c --with-default-image-codec=SILLYImageCodec
@@ -30,3 +29,5 @@
 
     install -D -m644 COPYING $startdir/pkg/usr/share/licenses/$pkgname/COPYING
 }
+
+md5sums=('4fbd95e5a2ac1c7acf2a8f5df3ac6b93')




More information about the arch-commits mailing list