* update mdds to 2.1.1-2

This commit is contained in:
Alexander Baldeck 2024-08-18 09:36:11 +02:00
parent 808ab4f881
commit f955a2fb39
3 changed files with 17 additions and 1 deletions

12
mdds/.SRCINFO Normal file
View File

@ -0,0 +1,12 @@
pkgbase = mdds
pkgdesc = A collection of multi-dimensional data structures and indexing algorithms
pkgver = 2.1.1
pkgrel = 2
url = https://gitlab.com/mdds/mdds
arch = any
license = MIT
checkdepends = boost
source = https://kohei.us/files/mdds/src/mdds-2.1.1.tar.xz
sha256sums = 1483d90cefb8aa4563c4d0a85cb7b243aa95217d235d422e9ca6722fd5b97e56
pkgname = mdds

4
mdds/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[mdds]
source = "gitlab"
gitlab = "mdds/mdds"
use_max_tag = true

View File

@ -4,7 +4,7 @@
pkgname=mdds
pkgver=2.1.1
pkgrel=1
pkgrel=2
pkgdesc="A collection of multi-dimensional data structures and indexing algorithms"
arch=(any)
url="https://gitlab.com/mdds/mdds"