diff --git a/packages/libs/python/python-secretsocks/PKGBUILD b/packages/libs/python/python-secretsocks/PKGBUILD index 6fe7f70bf..49489bbce 100644 --- a/packages/libs/python/python-secretsocks/PKGBUILD +++ b/packages/libs/python/python-secretsocks/PKGBUILD @@ -4,12 +4,12 @@ pkgname=python-secretsocks _pkgname=PySecretSOCKS pkgver=24.da5be0e -pkgrel=1 +pkgrel=2 pkgdesc='A Python socks server for tunneling a connection over another channel.' arch=('any') url='https://github.com/BC-SECURITY/PySecretSOCKS' license=('MIT') -depends=('python') +depends=('python' 'python-asyncore') makedepends=('git' 'python-setuptools') options=(!emptydirs) source=("$pkgname::git+https://github.com/BC-SECURITY/$_pkgname")