Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / mdds
Commits:
1c96d257 by Andreas Radke at 2025-02-18T18:03:54+01:00
upgpkg: 3.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,12 @@
pkgbase = mdds
pkgdesc = A collection of multi-dimensional data structures and
indexing algorithms
- pkgver = 2.1.1
- pkgrel = 2
+ pkgver = 3.0.0
+ pkgrel = 1
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
+ source =
https://gitlab.com/api/v4/projects/mdds%2Fmdds/packages/generic/source/3.0.0/mdds-3.0.0.tar.xz
+ sha256sums =
9b077e8d929050e9a432cc131beed2380ac85cfe98b17fc26d01d0ed532129c8
pkgname = mdds
=====================================
PKGBUILD
=====================================
@@ -2,17 +2,17 @@
# Contributor: kusakata <shohei atmark kusakata period com>
pkgname=mdds
-pkgver=2.1.1
-pkgrel=2
+pkgver=3.0.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.xz)
+source=(https://gitlab.com/api/v4/projects/mdds%2Fmdds/packages/generic/source/${pkgver}/mdds-${pkgver}.tar.xz)
# checksums listed there - https://gitlab.com/mdds/mdds/-/releases
-sha256sums=('1483d90cefb8aa4563c4d0a85cb7b243aa95217d235d422e9ca6722fd5b97e56')
+sha256sums=('9b077e8d929050e9a432cc131beed2380ac85cfe98b17fc26d01d0ed532129c8')
build() {
cd ${pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mdds/-/commit/1c96d257f1fc75724ad7e3b249dab1af336976f3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mdds/-/commit/1c96d257f1fc75724ad7e3b249dab1af336976f3
You're receiving this email because of your account on gitlab.archlinux.org.