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

Andreas Radke andyrtr at archlinux.org
Sun Feb 14 09:04:10 UTC 2016


    Date: Sunday, February 14, 2016 @ 10:04:10
  Author: andyrtr
Revision: 259290

upgpkg: mdds 1.1.0-1

upstream update 1.1.0

Modified:
  mdds/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-14 08:43:49 UTC (rev 259289)
+++ PKGBUILD	2016-02-14 09:04:10 UTC (rev 259290)
@@ -3,7 +3,7 @@
 # Contributor: kusakata <shohei atmark kusakata period com>
 
 pkgname=mdds
-pkgver=1.0.0
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="A collection of multi-dimensional data structures and indexing algorithms"
 arch=('any')
@@ -10,23 +10,23 @@
 url="https://gitlab.com/mdds/mdds"
 license=('MIT')
 checkdepends=('boost')
-# see http://code.google.com/p/multidimalgorithm/wiki/Downloads
-source=(http://kohei.us/files/mdds/src/${pkgname}_${pkgver}.tar.bz2)
-sha256sums=('ef8abc1236b54c7ca16ae1ee38abfb9cdbc5d1e6a2427c65b92b8c1003e3bf56')
+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')
 
 build() {
-  cd ${pkgname}_${pkgver}
-  ./configure --prefix=/usr
+  cd ${pkgname}-${pkgver}*
+  ./autogen.sh --prefix=/usr
   # make
 }
 
 check() {
-  cd ${pkgname}_${pkgver}
+  cd ${pkgname}-${pkgver}*
   make check
 }
 
 package() {
-  cd ${pkgname}_${pkgver}
+  cd ${pkgname}-${pkgver}*
   make DESTDIR="${pkgdir}" install
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }



More information about the arch-commits mailing list