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

Antonio Rojas arojas at gemini.archlinux.org
Fri Oct 15 16:27:09 UTC 2021


    Date: Friday, October 15, 2021 @ 16:27:09
  Author: arojas
Revision: 1030280

Update to 0.1.2

Modified:
  python-memory-allocator/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-15 16:25:52 UTC (rev 1030279)
+++ PKGBUILD	2021-10-15 16:27:09 UTC (rev 1030280)
@@ -2,7 +2,7 @@
 
 pkgname=python-memory-allocator
 _pypiname=memory_allocator
-pkgver=0.1.1
+pkgver=0.1.2
 pkgrel=1
 pkgdesc='An extension class to allocate memory easily with cython'
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(python)
 makedepends=(cython python-setuptools)
 source=(https://pypi.io/packages/source/m/$_pypiname/$_pypiname-$pkgver.tar.gz)
-sha256sums=('5641bea96b9e59a173639c118c2745fe16014c60012117ddf29c18abbb713408')
+sha256sums=('ddf42a2dcc678062f30c63c868335204d46a4ecdf4db0dc43ed4529f1d0ffab9')
 
 build() {
   cd $_pypiname-$pkgver



More information about the arch-commits mailing list