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

Andreas Radke andyrtr at archlinux.org
Sun Aug 23 10:10:02 UTC 2020


    Date: Sunday, August 23, 2020 @ 10:10:02
  Author: andyrtr
Revision: 394595

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-23 10:09:52 UTC (rev 394594)
+++ PKGBUILD	2020-08-23 10:10:02 UTC (rev 394595)
@@ -1,32 +0,0 @@
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: kusakata <shohei atmark kusakata period com>
-
-pkgname=mdds
-pkgver=1.5.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=(https://kohei.us/files/mdds/src/${pkgname}-${pkgver}.tar.bz2)
-# checksums listed there - https://gitlab.com/mdds/mdds
-sha256sums=('144d6debd7be32726f332eac14ef9f17e2d3cf89cb3250eb31a7127e0789680d')
-
-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 394594, mdds/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-23 10:10:02 UTC (rev 394595)
@@ -0,0 +1,32 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: kusakata <shohei atmark kusakata period com>
+
+pkgname=mdds
+pkgver=1.6.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=(https://kohei.us/files/mdds/src/${pkgname}-${pkgver}.tar.bz2)
+# checksums listed there - https://gitlab.com/mdds/mdds
+sha256sums=('f1585c9cbd12f83a6d43d395ac1ab6a9d9d5d77f062c7b5f704e24ed72dae07d')
+
+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