Date: Tuesday, January 29, 2019 @ 16:01:59 Author: felixonmars Revision: 428409
upgpkg: python-lazy 1.4-1 Modified: python-lazy/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-29 15:20:37 UTC (rev 428408) +++ PKGBUILD 2019-01-29 16:01:59 UTC (rev 428409) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-lazy -pkgver=1.3 +pkgver=1.4 pkgrel=1 pkgdesc="Lazy attributes for Python objects" url="https://github.com/stefanholek/lazy" @@ -10,7 +10,7 @@ depends=('python') makedepends=('python-setuptools') source=("$pkgname-$pkgver.tar.gz::https://github.com/stefanholek/lazy/archive/$pkgver.tar.gz") -sha512sums=('04f7560a327781076cffe2c9e104d2a282332cc48282ca35b792c921fe1c5bbe129b719c9b1fa612e2d163e304773f6ed6445ce2abd5bde06462117eb78ce0e2') +sha512sums=('2a735b1436d3ebc76791645631cfcf54f1e332fd365c317bee92498b10397ec8206b271ae74427cae02985808a843eb98720c91e62dce93bb75702205da161bc') build() { cd lazy-$pkgver
