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

Caleb Maclennan alerque at gemini.archlinux.org
Sat Aug 13 06:59:54 UTC 2022


    Date: Saturday, August 13, 2022 @ 06:59:54
  Author: alerque
Revision: 1265858

upgpkg: python-pyppmd 0.18.3-1

Modified:
  python-pyppmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-13 06:59:23 UTC (rev 1265857)
+++ PKGBUILD	2022-08-13 06:59:54 UTC (rev 1265858)
@@ -2,7 +2,7 @@
 
 pkgname=python-pyppmd
 _pyname=${pkgname#python-}
-pkgver=0.18.2
+pkgver=0.18.3
 pkgrel=1
 pkgdesc='PPM compression/decompression library'
 arch=(x86_64)
@@ -9,13 +9,12 @@
 url="http://github.com/miurahr/$_pyname"
 license=(LGPL)
 depends=(python)
-makedepends=(python-{build,installer}
-             python-setuptools-scm
-             python-wheel)
+makedepends=(python-{build,installer,wheel}
+             python-setuptools-scm)
 checkdepends=(python-pytest-benchmark python-py-cpuinfo python-hypothesis)
 _archive="$_pyname-$pkgver"
 source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/${_pyname}/$_archive.tar.gz")
-sha256sums=('732b28ea25afa41a282c986178b29e60ea5ec2e2b67f66997af943f73d4673e0')
+sha256sums=('6c74ce28213044e33a595279019e8d71512d5d8188826d106df9083f2b3006c4')
 
 build() {
 	cd "$_archive"



More information about the arch-commits mailing list