summaryrefslogtreecommitdiff
path: root/extra/cmake
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-09 00:51:01 -0700
committerroot <root@rshg054.dnsready.net>2013-06-09 00:51:01 -0700
commit7b378b1b5b346bd49a5ab1652214fb34d03de3a9 (patch)
tree9ec661d7828b93bd4d24723647adc0701d87eda2 /extra/cmake
parente90166c70f3a2bd27d8c914491f7e0510855fd3f (diff)
Sun Jun 9 00:50:45 PDT 2013
Diffstat (limited to 'extra/cmake')
-rw-r--r--extra/cmake/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/cmake/PKGBUILD b/extra/cmake/PKGBUILD
index 318b69b28..6cd080234 100644
--- a/extra/cmake/PKGBUILD
+++ b/extra/cmake/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 187084 2013-06-03 11:23:42Z andrea $
+# $Id: PKGBUILD 187917 2013-06-08 07:00:54Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
pkgname=cmake
-pkgver=2.8.11
-pkgrel=2
+pkgver=2.8.11.1
+pkgrel=1
pkgdesc="A cross-platform open-source make system"
arch=('i686' 'x86_64')
url="http://www.cmake.org/"
@@ -15,12 +15,12 @@ optdepends=('qt4: cmake-gui')
install="${pkgname}.install"
source=("http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz"
'imagemagick.patch')
-md5sums=('be6008f2299613d23fe82ab53ef7472e'
+md5sums=('df5324a3b203373a9e0a04b924281a43'
'19c4cf0e6e9c9a890f3698c9df8062f1')
prepare() {
cd ${pkgname}-${pkgver}
- patch -p1 -i "${srcdir}"/imagemagick.patch
+ patch -p1 -i "${srcdir}"/imagemagick.patch
}
build() {