aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-04-06 07:36:57 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-04-06 07:36:57 +0000
commitdcdc4acbb2da62af27f1b10611207b0ada159dcd (patch)
tree98231506c940315c0ea2800737c68c0683cb05e0 /testing
parent6c90adf0110499fabb628cba715ac6b40cbd40ae (diff)
downloadaports-dcdc4acbb2da62af27f1b10611207b0ada159dcd.tar.bz2
aports-dcdc4acbb2da62af27f1b10611207b0ada159dcd.tar.xz
testing/py-websocket-client: fix upstream url link
Diffstat (limited to 'testing')
-rw-r--r--testing/py-websocket-client/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-websocket-client/APKBUILD b/testing/py-websocket-client/APKBUILD
index 601e927328..b472022259 100644
--- a/testing/py-websocket-client/APKBUILD
+++ b/testing/py-websocket-client/APKBUILD
@@ -13,7 +13,7 @@ depends_dev=""
makedepends="$depends_dev py-setuptools py-six"
install=""
subpackages="$pkgname-doc"
-source="http://pypi.python.org/packages/source/w/$_pkgname/$_pkgname-$pkgver.tar.gz"
+source="http://pypi.python.org/packages/source/w/websocket-client/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver
build() {