Date: Thursday, March 10, 2016 @ 13:42:35 Author: fyan Revision: 261274
upgpkg: cmake 3.5.0-1 Modified: cmake/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-10 09:23:55 UTC (rev 261273) +++ PKGBUILD 2016-03-10 12:42:35 UTC (rev 261274) @@ -4,7 +4,7 @@ # Contributor: Pierre Schmitz <[email protected]> pkgname=cmake -pkgver=3.4.3 +pkgver=3.5.0 pkgrel=1 pkgdesc='A cross-platform open-source make system' arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ 'libxkbcommon-x11: cmake-gui') install="${pkgname}.install" source=("http://www.cmake.org/files/v${pkgver%.*}/${pkgname}-${pkgver}.tar.gz") -md5sums=('4cb3ff35b2472aae70f542116d616e63') +md5sums=('33c5d09d4c33d4ffcc63578a6ba8777e') prepare() { cd ${pkgname}-${pkgver}
