Date: Saturday, March 26, 2016 @ 17:32:03 Author: fyan Revision: 262576
upgpkg: cmake 3.5.1-1 Modified: cmake/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-26 09:04:34 UTC (rev 262575) +++ PKGBUILD 2016-03-26 16:32:03 UTC (rev 262576) @@ -4,7 +4,7 @@ # Contributor: Pierre Schmitz <[email protected]> pkgname=cmake -pkgver=3.5.0 +pkgver=3.5.1 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=('33c5d09d4c33d4ffcc63578a6ba8777e') +md5sums=('ca051f4a66375c89d1a524e726da0296') prepare() { cd ${pkgname}-${pkgver}
