Date: Monday, April 10, 2023 @ 13:23:28
Author: alerque
Revision: 1444326
upgpkg: python-py7zr 0.20.4-1
Modified:
python-py7zr/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-10 13:23:27 UTC (rev 1444325)
+++ PKGBUILD 2023-04-10 13:23:28 UTC (rev 1444326)
@@ -3,8 +3,8 @@
pkgname=python-py7zr
_pyname=${pkgname#python-}
-pkgver=0.20.2
-pkgrel=2
+pkgver=0.20.4
+pkgrel=1
pkgdesc='Pure python 7-zip library'
arch=(any)
url="https://github.com/miurahr/${_pyname}"
@@ -31,7 +31,7 @@
python-pytest-timeout)
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")
-sha256sums=('791ef912a295b61b91c5fe0c23adeddb80bf13500308062c082b8fec6c8c9653')
+sha256sums=('1d01f98ea1e1f5c49940358691b2076f9a5848056426541e783de33834f59e21')
prepare() {
cd "$_archive"