[arch-commits] Commit in cmake/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Tue Jun 29 18:03:55 UTC 2010


    Date: Tuesday, June 29, 2010 @ 14:03:55
  Author: andrea
Revision: 84348

upgpkg: cmake 2.8.2-1
upstream package

Modified:
  cmake/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-29 17:19:09 UTC (rev 84347)
+++ PKGBUILD	2010-06-29 18:03:55 UTC (rev 84348)
@@ -5,8 +5,8 @@
 # Contributor: Konstantinos Pachnis <kpachnis at mes-direct.com>
 
 pkgname=cmake
-pkgver=2.8.1
-pkgrel=2
+pkgver=2.8.2
+pkgrel=1
 pkgdesc="A cross-platform open-source make system"
 arch=('i686' 'x86_64')
 license=('custom')
@@ -16,7 +16,7 @@
 optdepends=('qt: cmake-gui')
 install=${pkgname}.install
 source=("http://www.cmake.org/files/v2.8/${pkgname}-${pkgver}.tar.gz")
-md5sums=('feadc2e5ebbfed0efc90178583503725')
+md5sums=('8c967d5264657a798f22ee23976ff0d9')
 
 build() {
 	cd $srcdir/$pkgname-$pkgver
@@ -26,7 +26,7 @@
 		--system-libs \
 		--qt-gui \
 		--parallel=2
-	make || return 1
+	make
 }
 
 package() {




More information about the arch-commits mailing list