From dcdc4acbb2da62af27f1b10611207b0ada159dcd Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Wed, 6 Apr 2016 07:36:57 +0000 Subject: [PATCH] testing/py-websocket-client: fix upstream url link --- testing/py-websocket-client/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/py-websocket-client/APKBUILD b/testing/py-websocket-client/APKBUILD index 601e9273285..b4720222598 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() {