Date: Friday, October 25, 2019 @ 20:06:34 Author: felixonmars Revision: 519732
Python 3.8 rebuild Modified: python-deprecated/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-10-25 20:06:26 UTC (rev 519731) +++ PKGBUILD 2019-10-25 20:06:34 UTC (rev 519732) @@ -3,7 +3,7 @@ pkgbase=python-deprecated pkgname=(python-deprecated python2-deprecated) pkgver=1.2.6 -pkgrel=1 +pkgrel=2 pkgdesc="Python @deprecated decorator to deprecate old python classes, functions or methods" url="https://github.com/tantale/deprecated" license=('MIT')
