diff options
-rw-r--r-- | community/mdds/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/mdds/APKBUILD b/community/mdds/APKBUILD index c6e9bd7695..7fc80ed34c 100644 --- a/community/mdds/APKBUILD +++ b/community/mdds/APKBUILD @@ -2,9 +2,9 @@ # Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=mdds pkgver=1.2.3 -pkgrel=0 +pkgrel=1 pkgdesc="Multi-dimentional data index algorithm" -url="https://code.google.com/p/multidimalgorithm/" +url="https://gitlab.com/mdds/mdds" arch="noarch" license="MIT" depends="" |