Date: Wednesday, October 5, 2011 @ 07:45:18 Author: andrea Revision: 139851
upgpkg: cmake 2.8.6-1 upstream release Modified: cmake/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-10-05 11:42:47 UTC (rev 139850) +++ PKGBUILD 2011-10-05 11:45:18 UTC (rev 139851) @@ -1,11 +1,10 @@ # $Id$ -# Maintainer: Andrea Scarpino <[email protected]> +# Maintainer: +# Contributor: Andrea Scarpino <[email protected]> # Contributor: Pierre Schmitz <[email protected]> -# Contributor: damir <[email protected]> -# Contributor: Konstantinos Pachnis <[email protected]> pkgname=cmake -pkgver=2.8.5 +pkgver=2.8.6 pkgrel=1 pkgdesc="A cross-platform open-source make system" arch=('i686' 'x86_64') @@ -16,7 +15,7 @@ optdepends=('qt: cmake-gui') install="${pkgname}.install" source=("http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz") -md5sums=('3c5d32cec0f4c2dc45f4c2e84f4a20c5') +md5sums=('2147da452fd9212bb9b4542a9eee9d5b') build() { cd "${srcdir}"/${pkgname}-${pkgver}
