summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorElias Werberich2021-01-23 08:39:51 +0100
committerElias Werberich2021-01-23 08:39:51 +0100
commit6733a76198b795c5e7563307b4cc972995fc8d21 (patch)
tree8949b124f2dad28a2d73c04fff622abdbf6a809f /PKGBUILD
parent744b5475567a41fc184b3f83c375fb8bc32e4938 (diff)
downloadaur-6733a76198b795c5e7563307b4cc972995fc8d21.tar.gz
Update to upstream v5.12
As mentioned in the upstream release notes, Python 3.6 or newer is required for Pyro5.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d20d880bda5f..073e0f91145b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Douglas Soares de Andrade <dsa@aur.archlinux.br> (from python-pyro)
pkgname=python-pyro5
-pkgver=5.11
+pkgver=5.12
pkgrel=1
epoch=0
pkgdesc='Distributed object middleware for Python (RPC), Version 5'
@@ -13,7 +13,7 @@ arch=(any)
license=(MIT)
makedepends=('git' 'python-setuptools')
optdepends=('python-msgpack>=0.5.2')
-depends=('python>=3.5' 'python-serpent>=1.27')
+depends=('python>=3.6' 'python-serpent>=1.27')
conflicts=('python-pyro5-git')
source=("git+$url#tag=v$pkgver")
sha256sums=('SKIP')