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

Andreas Radke andyrtr at archlinux.org
Sat May 14 19:59:47 UTC 2016


    Date: Saturday, May 14, 2016 @ 21:59:46
  Author: andyrtr
Revision: 268019

prepare new release

Modified:
  mdds/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-14 19:56:49 UTC (rev 268018)
+++ PKGBUILD	2016-05-14 19:59:46 UTC (rev 268019)
@@ -3,7 +3,7 @@
 # Contributor: kusakata <shohei atmark kusakata period com>
 
 pkgname=mdds
-pkgver=1.1.0
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="A collection of multi-dimensional data structures and indexing algorithms"
 arch=('any')
@@ -10,9 +10,9 @@
 url="https://gitlab.com/mdds/mdds"
 license=('MIT')
 checkdepends=('boost')
-source=(https://gitlab.com/mdds/mdds/repository/archive.tar.gz?ref=${pkgver})
-#source=(http://kohei.us/files/mdds/src/${pkgname}_${pkgver}.tar.bz2)
-md5sums=('6d342a3dfd4543226fac809fe3de80fc')
+#source=(https://gitlab.com/mdds/mdds/repository/archive.tar.gz?ref=${pkgver})
+source=(http://kohei.us/files/mdds/src/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('f44fd0635de94c7d490f9a65f74b5e55860d7bdd507951428294f9690fda45b6')
 
 build() {
   cd ${pkgname}-${pkgver}*



More information about the arch-commits mailing list