[arch-commits] Commit in mdds/trunk (PKGBUILD)
Andreas Radke
andyrtr at gemini.archlinux.org
Wed Feb 16 07:02:40 UTC 2022
Date: Wednesday, February 16, 2022 @ 07:02:38
Author: andyrtr
Revision: 437439
upgpkg: mdds 2.0.2-1: upstream update 2.0.2
Modified:
mdds/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-02-16 06:48:50 UTC (rev 437438)
+++ PKGBUILD 2022-02-16 07:02:38 UTC (rev 437439)
@@ -2,7 +2,7 @@
# Contributor: kusakata <shohei atmark kusakata period com>
pkgname=mdds
-pkgver=2.0.1
+pkgver=2.0.2
pkgrel=1
pkgdesc="A collection of multi-dimensional data structures and indexing algorithms"
arch=('any')
@@ -11,8 +11,8 @@
checkdepends=('boost')
#source=(https://gitlab.com/mdds/mdds/repository/archive.tar.gz?ref=${pkgver})
source=(https://kohei.us/files/mdds/src/${pkgname}-${pkgver}.tar.xz)
-# checksums listed there - https://gitlab.com/mdds/mdds
-sha256sums=('05e71772e34da303f2d1a5a5ec0851187b50797dca3a9a40222555b77242c48a')
+# checksums listed there - https://gitlab.com/mdds/mdds/-/releases
+sha256sums=('1f8c165695f5d2e4375bab32a0f1507868dee3de0a20d524770078ba3c6c10bf')
build() {
cd ${pkgname}-${pkgver}
More information about the arch-commits
mailing list