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

Andreas Radke andyrtr at archlinux.org
Fri Oct 3 18:03:30 UTC 2014


    Date: Friday, October 3, 2014 @ 20:03:30
  Author: andyrtr
Revision: 223816

upgpkg: mdds 0.11.1-1

upstream update 0.11.1

Modified:
  mdds/trunk/PKGBUILD

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

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



More information about the arch-commits mailing list