mdds: update to 1.3.0.
Uses the tarballs upstream provides. Upstream even provides the sha256sum, so this is a no-brainer. Closes: #8726 [via git-merge-pr]
This commit is contained in:
parent
31222e5596
commit
8643dbe862
|
@ -1,17 +1,16 @@
|
||||||
# Template file for 'mdds'
|
# Template file for 'mdds'
|
||||||
pkgname=mdds
|
pkgname=mdds
|
||||||
version=1.2.3
|
version=1.3.0
|
||||||
revision=2
|
revision=1
|
||||||
_gitrev=08aba857efa2896b202bab09bf0023c714fe6842
|
wrksrc="${pkgname}-${version}"
|
||||||
wrksrc="${pkgname}-${version}-${_gitrev}"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Collection of multi-dimensional data structures and indexing algorithms"
|
short_desc="Collection of multi-dimensional data structures and indexing algorithms"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://gitlab.com/mdds/mdds"
|
homepage="https://gitlab.com/mdds/mdds"
|
||||||
hostmakedepends="automake"
|
hostmakedepends="automake"
|
||||||
distfiles="https://gitlab.com/mdds/mdds/repository/archive.tar.gz?ref=${version}>$pkgname-$version.tar.gz"
|
distfiles="http://kohei.us/files/mdds/src/mdds-${version}.tar.bz2"
|
||||||
checksum=379b5c2cf2d73db393aedbbdb7326081e32ed7d96746eccb26d9120f9ce5719c
|
checksum=00aa92a28af9f1168a8e5c38e46f311abb65ef5b113ef56078ff104b94211460
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue