Date: Wednesday, July 18, 2018 @ 15:42:39 Author: arodseth Revision: 362054
upgpkg: python-pyro 4.73-1 Modified: python-pyro/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-07-18 15:41:24 UTC (rev 362053) +++ PKGBUILD 2018-07-18 15:42:39 UTC (rev 362054) @@ -1,12 +1,12 @@ # $Id$ -# Maintainer: Alexander F Rødseth <[email protected]> +# Maintainer: Alexander F. Rødseth <[email protected]> # Contributor: Angel Velasquez <[email protected]> # Contributor: Douglas Soares de Andrade <[email protected]> pkgbase=python-pyro -pkgname=("$pkgbase" "${pkgbase/-/2-}") -pkgver=4.72 -pkgrel=2 +pkgname=($pkgbase ${pkgbase/-/2-}) +pkgver=4.73 +pkgrel=1 pkgdesc='Distributed object middleware for Python (RPC)' url='https://github.com/irmen/Pyro4' arch=('any')
