aboutsummaryrefslogtreecommitdiffstats
path: root/testing/websockify/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/websockify/APKBUILD')
-rw-r--r--testing/websockify/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/websockify/APKBUILD b/testing/websockify/APKBUILD
index f04cc45ffb..b2b2faa8d7 100644
--- a/testing/websockify/APKBUILD
+++ b/testing/websockify/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Valery Kartel <valery.kartel@gmail.com>
pkgname=websockify
pkgver=0.8.0
-pkgrel=0
+pkgrel=1
pkgdesc="WebSockets support for any application/server"
url="https://github.com/kanaka/websockify"
arch="noarch"
license="LGPLv3"
-depends="py-$pkgname"
+depends="py-$pkgname py-setuptools py2-numpy"
depends_dev=""
-makedepends="python2-dev py-setuptools"
+makedepends="python2-dev"
install=""
subpackages="py-$pkgname:py"
source="$pkgname-$pkgver.tar.gz::https://github.com/kanaka/$pkgname/archive/v$pkgver.tar.gz"