From af07cc2aa70ef7488aee53779818b000b956ea7b Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 2 Dec 2020 10:05:52 +0100 Subject: recompile all python packages --- python-pyepics/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python-pyepics') diff --git a/python-pyepics/PKGBUILD b/python-pyepics/PKGBUILD index b55ac888..bfbb0eda 100755 --- a/python-pyepics/PKGBUILD +++ b/python-pyepics/PKGBUILD @@ -2,7 +2,7 @@ pkgname=python-pyepics _pkgname="${pkgname#*-}" pkgver=3.4.3 -pkgrel=1 +pkgrel=2 pkgdesc='Python Interface to the Epics Channel Access protocol of the Epics control system' arch=('i686' 'pentium4' 'x86_64') url='https://pypi.python.org/pypi/pyepics' @@ -16,8 +16,8 @@ makedepends=( 'python-setuptools') depends=( - 'python>=3.8' - 'python<3.9') + 'python>=3.9' + 'python<3.10') source=( "https://pypi.python.org/packages/8b/d4/a2c8736233d7c0bbfd29d92dacffe69b35af35f74ff049c628e7418ed70b/${_pkgname}-${pkgver}.tar.gz" ) -- cgit v1.2.3-54-g00ecf