[arch-commits] Commit in python-lazy-object-proxy/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Jul 22 18:45:15 UTC 2020
Date: Wednesday, July 22, 2020 @ 18:45:15
Author: felixonmars
Revision: 392364
upgpkg: python-lazy-object-proxy 1.5.1-1
Modified:
python-lazy-object-proxy/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-22 18:42:20 UTC (rev 392363)
+++ PKGBUILD 2020-07-22 18:45:15 UTC (rev 392364)
@@ -2,8 +2,8 @@
pkgname=python-lazy-object-proxy
depends=("python")
-pkgver=1.5.0
-pkgrel=2
+pkgver=1.5.1
+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=('150f2fc240611175697ad638cf85f88bed6534b13cd39ea2d5103292b1c7a1825918738a6ad689940ce9f906f064077ad1fe2b036f6dff3f6f5d31bf43d817d7')
+sha512sums=('76b54265a7a85bcdb64879c7773f7be2e179494530c47fcaeecb2a16130e520163eff7095a94e6095e0b1d5479cc12d439c6b64ef6bc7aa293ebcc23fe846ab0')
build() {
cd "$srcdir"/python-lazy-object-proxy-$pkgver
More information about the arch-commits
mailing list