summarylogtreecommitdiffstats
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
parent76e1fea41ab401535518ac37e4a4c9bf18f6a0f5 (diff)
downloadaur-python-rpyc.tar.gz
Bump to 4.1.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 176f2e5e8898..8bcd3616797a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-rpyc
pkgdesc = Remote Python Call (RPyC), a transparent and symmetric RPC library
- pkgver = 4.0.2
- pkgrel = 2
+ pkgver = 4.1.5
+ pkgrel = 1
url = http://rpyc.readthedocs.org
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://files.pythonhosted.org/packages/ba/88/1cea477a4ad7c0f546a4c82aa367185be7b8fce512db8283e82de8454772/rpyc-4.0.2.tar.gz
- md5sums = b6461956adf14ceda013b8d189c1a5e9
+ source = https://github.com/tomerfiliba-org/rpyc/archive/4.1.5.tar.gz
+ md5sums = 3f1d864da58341ae1477790304f09097
pkgname = python-rpyc
depends = python
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() {