aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2020-01-02 16:11:15 +0100
committerJakub Jirutka <jakub@jirutka.cz>2020-01-02 16:11:15 +0100
commite3c3315f8121ba740fb24a63200161c50b68dd0a (patch)
tree2e39a0c423d712993898c17108d31fb0755f8366
parent3aeeb378d0aa54a5091dc7c21bcc7f27d58a3176 (diff)
downloadaports-e3c3315f8121ba740fb24a63200161c50b68dd0a.tar.bz2
aports-e3c3315f8121ba740fb24a63200161c50b68dd0a.tar.xz
testing/py3-wrapt: cosmetic changes
-rw-r--r--testing/py3-wrapt/APKBUILD4
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