diff options
Diffstat (limited to 'testing/py-newt_syrup/APKBUILD')
-rw-r--r-- | testing/py-newt_syrup/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-newt_syrup/APKBUILD b/testing/py-newt_syrup/APKBUILD index fe2accbdf3..4270c8d0a0 100644 --- a/testing/py-newt_syrup/APKBUILD +++ b/testing/py-newt_syrup/APKBUILD @@ -13,7 +13,7 @@ depends_dev="" makedepends="python-dev py-setuptools" install="" subpackages="" -source="saveas-https://github.com/mcpierce/newt-syrup/archive/RELEASE-0.2.0.tar.gz/${pkgname}-${pkgver}.tar.gz" +source="${pkgname}-${pkgver}.tar.gz::https://github.com/mcpierce/newt-syrup/archive/RELEASE-0.2.0.tar.gz" _builddir="$srcdir"/${_realname}-RELEASE-$pkgver |