summaryrefslogtreecommitdiffstats
path: root/testing/py-logilab-common
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2012-09-21 15:12:40 +0000
committerFabian Affolter <fabian@affolter-engineering.ch>2012-09-21 22:28:10 +0000
commit3ce07047226d02a5b9b669eb8aea76951cc26495 (patch)
treeb74b0edd1ac6c86125eed67b6431fcd8787b503f /testing/py-logilab-common
parent106c7d3807f8ed0d362f5542b1256bcb4527e249 (diff)
downloadaports-3ce07047226d02a5b9b669eb8aea76951cc26495.tar.bz2
aports-3ce07047226d02a5b9b669eb8aea76951cc26495.tar.xz
testing/py-logilab-common: upgrade to 0.58.2
Diffstat (limited to 'testing/py-logilab-common')
-rw-r--r--testing/py-logilab-common/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py-logilab-common/APKBUILD b/testing/py-logilab-common/APKBUILD
index 7506da819..3ba5f5377 100644
--- a/testing/py-logilab-common/APKBUILD
+++ b/testing/py-logilab-common/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py-logilab-common
_pkgname=logilab-common
-pkgver=0.57.1
+pkgver=0.58.2
pkgrel=0
pkgdesc="A collection of Python packages and modules used by Logilab projects"
url="http://www.logilab.org/project/logilab-common"
@@ -13,9 +13,9 @@ depends_dev=""
makedepends="python-dev"
install=""
subpackages="$pkgname-doc"
-source="http://pypi.python.org/packages/source/l/$_pkgname/$_pkgname-$pkgver.tar.gz"
-_builddir="$srcdir"/"$_pkgname"-$pkgver
+source="http://download.logilab.org/pub/common/$_pkgname-$pkgver.tar.gz"
+_builddir="$srcdir"/"$_pkgname"-$pkgver
prepare() {
local i
cd "$_builddir"
@@ -42,4 +42,4 @@ doc() {
mv "$_builddir"/doc/*.1 "$subpkgdir"/usr/share/man/man1/ || return 1
}
-md5sums="ea33a7a6280757fb9f51bd6808011d51 logilab-common-0.57.1.tar.gz"
+md5sums="a745888475d988300a76b0c87a5f4381 logilab-common-0.58.2.tar.gz"