diff options
-rw-r--r-- | community/py-pathtools/APKBUILD (renamed from testing/py-pathtools/APKBUILD) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-pathtools/APKBUILD b/community/py-pathtools/APKBUILD index 7594c8243d..200cedf1a9 100644 --- a/testing/py-pathtools/APKBUILD +++ b/community/py-pathtools/APKBUILD @@ -1,5 +1,5 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> -# Maintainer: +# Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py-pathtools pkgver=0.1.2 pkgrel=0 @@ -12,7 +12,7 @@ depends_dev="" makedepends="$depends_dev py-setuptools python-dev" install="" subpackages="" -source="https://files.pythonhosted.org/packages/source/p/pathtools/pathtools-$pkgver.tar.gz" +source="https://pypi.python.org/packages/e7/7f/470d6fcdf23f9f3518f6b0b76be9df16dcc8630ad409947f8be2eb0ed13a/pathtools-$pkgver.tar.gz" _builddir="$srcdir"/pathtools-$pkgver prepare() { |