diff options
-rw-r--r-- | testing/py-tailer/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-tailer/APKBUILD b/testing/py-tailer/APKBUILD index 87369351a..bdb672a52 100644 --- a/testing/py-tailer/APKBUILD +++ b/testing/py-tailer/APKBUILD @@ -13,9 +13,9 @@ depends_dev="" makedepends="python-dev" install="" subpackages="" -source="http://pypi.python.org/packages/source/t/${_pkgname}/${_pkgname}-$pkgver.tar.gz" -_builddir="$srcdir"/$_pkgname-$pkgver +source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" +_builddir="$srcdir"/$_pkgname-$pkgver build() { cd "$_builddir" python setup.py build || return 1 |