[arch-commits] Commit in python-pyzstd/trunk (PKGBUILD)

Caleb Maclennan alerque at gemini.archlinux.org
Sat Aug 13 07:02:08 UTC 2022


    Date: Saturday, August 13, 2022 @ 07:02:08
  Author: alerque
Revision: 1265860

upgpkg: python-pyzstd 0.15.3-1

Modified:
  python-pyzstd/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-13 07:00:03 UTC (rev 1265859)
+++ PKGBUILD	2022-08-13 07:02:08 UTC (rev 1265860)
@@ -2,7 +2,7 @@
 
 pkgname=python-pyzstd
 _pyname=${pkgname#python-}
-pkgver=0.15.2
+pkgver=0.15.3
 pkgrel=1
 pkgdesc='Python bindings to Zstandard (zstd) compression library'
 arch=(x86_64)
@@ -10,13 +10,12 @@
 license=(LGPL)
 depends=(python
          zstd)
-makedepends=(python-{build,installer}
-             python-setuptools-scm
-             python-wheel)
+makedepends=(python-{build,installer,wheel}
+             python-setuptools-scm)
 checkdepends=(python-tests)
 _archive="$_pyname-$pkgver"
 source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")
-sha256sums=('eda9d2874a8f3823eea882125f304620f592693b3af0101c484bfc75726c8c59')
+sha256sums=('ac4edab5d3955343e8f7f287e62cd2882907d46bcba4b406a1e9f84aa2887472')
 
 build() {
 	cd "$_archive"



More information about the arch-commits mailing list