summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSébastien Leduc2020-11-01 15:24:35 +0100
committerSébastien Leduc2020-11-01 15:24:35 +0100
commit61bb4ef6667a6e2a33fa5fafcdf8aee330ae6ca0 (patch)
tree66f6e0735eab3e267da0edcd27f39959df2f6ef5 /PKGBUILD
parent76e1fea41ab401535518ac37e4a4c9bf18f6a0f5 (diff)
downloadaur-python-rpyc.tar.gz
Bump to 4.1.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fce917c5f127..ee8be3718b75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=('python-rpyc' 'python2-rpyc')
pkgbase='python-rpyc'
_realname=rpyc
-pkgver=4.0.2
-pkgrel=2
+pkgver=4.1.5
+pkgrel=1
pkgdesc="Remote Python Call (RPyC), a transparent and symmetric RPC library"
url="http://rpyc.readthedocs.org"
arch=('any')
license=('MIT')
-source=("https://files.pythonhosted.org/packages/ba/88/1cea477a4ad7c0f546a4c82aa367185be7b8fce512db8283e82de8454772/$_realname-$pkgver.tar.gz")
-md5sums=('b6461956adf14ceda013b8d189c1a5e9')
+source=("https://github.com/tomerfiliba-org/${_realname}/archive/${pkgver}.tar.gz")
+md5sums=('3f1d864da58341ae1477790304f09097')
makedepends=("python-setuptools" "python2-setuptools")
package_python-rpyc() {