[arch-commits] CVS update of extra/devel/cmake (PKGBUILD)

Damir Perisa damir at archlinux.org
Sat Feb 2 18:17:03 UTC 2008


    Date: Saturday, February 2, 2008 @ 13:17:03
  Author: damir
    Path: /home/cvs-extra/extra/devel/cmake

Modified: PKGBUILD (1.4 -> 1.5)

upgpkg: cmake 2.4.8-1


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


Index: extra/devel/cmake/PKGBUILD
diff -u extra/devel/cmake/PKGBUILD:1.4 extra/devel/cmake/PKGBUILD:1.5
--- extra/devel/cmake/PKGBUILD:1.4	Thu Jul 19 17:34:29 2007
+++ extra/devel/cmake/PKGBUILD	Sat Feb  2 13:17:03 2008
@@ -1,17 +1,16 @@
-# $Id: PKGBUILD,v 1.4 2007/07/19 21:34:29 andyrtr Exp $
+# $Id: PKGBUILD,v 1.5 2008/02/02 18:17:03 damir Exp $
 # Maintainer: damir <damir at archlinux.org>
 # Contributor: Konstantinos Pachnis <kpachnis at mes-direct.com>
 
 pkgname=cmake
-pkgver=2.4.7
+pkgver=2.4.8
 pkgrel=1
 pkgdesc="CMake is a cross-platform open-source make system"
 arch=('i686' 'x86_64')
 license=('custom')
 url="http://www.cmake.org"
-depends=('gcc>=4.0.3' 'glibc' 'ncurses')
+depends=('gcc-libs>=4.0.3' 'glibc' 'ncurses')
 source=("http://www.cmake.org/files/v2.4/$pkgname-$pkgver.tar.gz")
-md5sums=('4476c423b8f74266136964e42ea88028')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
@@ -24,3 +23,4 @@
   # Correct permissions
   #find $startdir/pkg/usr/share/CMake/Modules -type f -exec chmod 644 "{}" ";"
 }
+md5sums=('f5dd061c31765a49dc17ae8bdc986779')




More information about the arch-commits mailing list