[arch-commits] Commit in mdds/repos/extra-any (PKGBUILD PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Sat Jun 25 09:14:45 UTC 2016


    Date: Saturday, June 25, 2016 @ 09:14:44
  Author: andyrtr
Revision: 270633

archrelease: copy trunk to extra-any

Added:
  mdds/repos/extra-any/PKGBUILD
    (from rev 270632, mdds/trunk/PKGBUILD)
Deleted:
  mdds/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-25 09:14:38 UTC (rev 270632)
+++ PKGBUILD	2016-06-25 09:14:44 UTC (rev 270633)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: kusakata <shohei atmark kusakata period com>
-
-pkgname=mdds
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="A collection of multi-dimensional data structures and indexing algorithms"
-arch=('any')
-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)
-sha256sums=('f44fd0635de94c7d490f9a65f74b5e55860d7bdd507951428294f9690fda45b6')
-
-build() {
-  cd ${pkgname}-${pkgver}*
-  ./autogen.sh --prefix=/usr
-  # make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}*
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}*
-  make DESTDIR="${pkgdir}" install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: mdds/repos/extra-any/PKGBUILD (from rev 270632, mdds/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-06-25 09:14:44 UTC (rev 270633)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: kusakata <shohei atmark kusakata period com>
+
+pkgname=mdds
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="A collection of multi-dimensional data structures and indexing algorithms"
+arch=('any')
+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)
+sha256sums=('1e2f49dfc7b9d444bad07064837099741f4c2d061807173392ad2357116dfc7b')
+
+build() {
+  cd ${pkgname}-${pkgver}*
+  ./autogen.sh --prefix=/usr
+  # make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}*
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}*
+  make DESTDIR="${pkgdir}" install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list