summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb8d92d8e84e..e88d3e8e9138 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.14
+pkgver=5.15
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.7' 'python-serpent>=1.41')
+depends=('python>=3.8' 'python-serpent>=1.41')
conflicts=('python-pyro5-git')
source=("git+$url#tag=v$pkgver")
sha256sums=('SKIP')