[arch-commits] Commit in python-lazy-object-proxy/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Nov 29 06:33:58 UTC 2020
Date: Sunday, November 29, 2020 @ 06:33:57
Author: felixonmars
Revision: 402382
upgpkg: python-lazy-object-proxy 1.5.2-1
Modified:
python-lazy-object-proxy/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-28 23:21:51 UTC (rev 402381)
+++ PKGBUILD 2020-11-29 06:33:57 UTC (rev 402382)
@@ -2,8 +2,8 @@
pkgname=python-lazy-object-proxy
depends=("python")
-pkgver=1.5.1
-pkgrel=3
+pkgver=1.5.2
+pkgrel=1
pkgdesc='A fast and thorough lazy object proxy'
arch=('x86_64')
url="https://github.com/ionelmc/python-lazy-object-proxy"
@@ -11,7 +11,7 @@
makedepends=('python-setuptools')
checkdepends=('python-pytest-benchmark' 'python-pytest-runner')
source=("$pkgname-$pkgver.tar.gz::https://github.com/ionelmc/python-lazy-object-proxy/archive/v$pkgver.tar.gz")
-sha512sums=('76b54265a7a85bcdb64879c7773f7be2e179494530c47fcaeecb2a16130e520163eff7095a94e6095e0b1d5479cc12d439c6b64ef6bc7aa293ebcc23fe846ab0')
+sha512sums=('3be8e0ab59df609ff3d88a58a45462a10b3b8ca6a8e325f524ad1a75da85f7125b307d62630a223647f8ff9d06da4756653bff63755d258d7b0174783c216924')
build() {
cd "$srcdir"/python-lazy-object-proxy-$pkgver
More information about the arch-commits
mailing list