diff options
Diffstat (limited to 'abs/core')
-rw-r--r-- | abs/core/python_modules/python-rpyc/PKGBUILD | 4 | ||||
-rw-r--r-- | abs/core/python_modules/python-rpyc/__changelog | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/abs/core/python_modules/python-rpyc/PKGBUILD b/abs/core/python_modules/python-rpyc/PKGBUILD index 55fcea4..63d9987 100644 --- a/abs/core/python_modules/python-rpyc/PKGBUILD +++ b/abs/core/python_modules/python-rpyc/PKGBUILD @@ -1,10 +1,10 @@ # Maintainer: Sebastien Leduc <sebastien AT sleduc DOT fr> -pkgname=('python2-rpyc') +pkgname=('python-rpyc' 'python2-rpyc') pkgbase='python-rpyc' _realname=rpyc pkgver=3.4.0 -pkgrel=1 +pkgrel=2 pkgdesc="Remote Python Call (RPyC), a transparent and symmetric RPC library" url="http://rpyc.readthedocs.org" arch=('any') diff --git a/abs/core/python_modules/python-rpyc/__changelog b/abs/core/python_modules/python-rpyc/__changelog deleted file mode 100644 index 4f818ef..0000000 --- a/abs/core/python_modules/python-rpyc/__changelog +++ /dev/null @@ -1,2 +0,0 @@ -PKGBUILD: don't build py 3 stuff - |