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

Andreas Radke andyrtr at archlinux.org
Sat Sep 20 07:37:42 UTC 2014


    Date: Saturday, September 20, 2014 @ 09:37:42
  Author: andyrtr
Revision: 222149

upgpkg: mdds 0.11.0-1

upstream update 0.11.0

Modified:
  mdds/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-20 07:31:15 UTC (rev 222148)
+++ PKGBUILD	2014-09-20 07:37:42 UTC (rev 222149)
@@ -3,7 +3,7 @@
 # Contributor: kusakata <shohei atmark kusakata period com>
 
 pkgname=mdds
-pkgver=0.10.3
+pkgver=0.11.0
 pkgrel=1
 pkgdesc="A collection of multi-dimensional data structures and indexing algorithms"
 arch=('any')
@@ -12,13 +12,13 @@
 checkdepends=('boost')
 # see http://code.google.com/p/multidimalgorithm/wiki/Downloads
 source=(http://kohei.us/files/mdds/src/${pkgname}_${pkgver}.tar.bz2)
-sha1sums=('0c4fa77918b8cc8ad32460c8d8a679e065976dbe')
+sha1sums=('cefd57cf7cd0408737b3d76ed0771694f26bda58')
 
 build() {
   cd ${pkgname}_${pkgver}
 
   # this is only used in tests
-  sed -i -e '/^CPPFLAGS_NODEBUG=/s/=.*/="${CXXFLAGS}"/' configure
+  #sed -i -e '/^CPPFLAGS_NODEBUG=/s/=.*/="${CXXFLAGS}"/' configure
 
   ./configure --prefix=/usr
   # make




More information about the arch-commits mailing list