diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2020-01-02 16:11:15 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2020-01-02 16:11:15 +0100 |
commit | e3c3315f8121ba740fb24a63200161c50b68dd0a (patch) | |
tree | 2e39a0c423d712993898c17108d31fb0755f8366 | |
parent | 3aeeb378d0aa54a5091dc7c21bcc7f27d58a3176 (diff) | |
download | aports-e3c3315f8121ba740fb24a63200161c50b68dd0a.tar.bz2 aports-e3c3315f8121ba740fb24a63200161c50b68dd0a.tar.xz |
testing/py3-wrapt: cosmetic changes
-rw-r--r-- | testing/py3-wrapt/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-wrapt/APKBUILD b/testing/py3-wrapt/APKBUILD index d069edb4ff..19577e9259 100644 --- a/testing/py3-wrapt/APKBUILD +++ b/testing/py3-wrapt/APKBUILD @@ -11,8 +11,8 @@ license="BSD-2-Clause" depends="python3" makedepends="python3-dev" checkdepends="py3-pytest" -source="$pkgname-$pkgver.tar.gz::https://github.com/GrahamDumpleton/wrapt/archive/$pkgver.tar.gz" -builddir="$srcdir/"$_pkgname-$pkgver +source="https://github.com/GrahamDumpleton/wrapt/archive/$pkgver/$pkgname-$pkgver.tar.gz" +builddir="$srcdir/$_pkgname-$pkgver" build() { python3 setup.py build |