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

Felix Yan felixonmars at archlinux.org
Sun Nov 24 09:31:28 UTC 2019


    Date: Sunday, November 24, 2019 @ 09:31:27
  Author: felixonmars
Revision: 532874

upgpkg: python-pyrsistent 0.15.6-1

Modified:
  python-pyrsistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-24 09:20:12 UTC (rev 532873)
+++ PKGBUILD	2019-11-24 09:31:27 UTC (rev 532874)
@@ -2,8 +2,8 @@
 
 pkgbase=python-pyrsistent
 pkgname=('python-pyrsistent' 'python2-pyrsistent')
-pkgver=0.15.5
-pkgrel=2
+pkgver=0.15.6
+pkgrel=1
 pkgdesc="Persistent/Functional/Immutable data structures"
 arch=('x86_64')
 license=('MIT')
@@ -12,10 +12,11 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-hypothesis' 'python2-hypothesis')
 source=("https://pypi.io/packages/source/p/pyrsistent/pyrsistent-$pkgver.tar.gz"
         LICENCE.mit)
-sha512sums=('6cdf561be95d6379138c5b7c09c47eb2fa52571e4bfefb2c09ebb302d15f04e2aca88f26fe24977de48ac27eff76f0731a12ac5d669f0d4cdcf44a997969dafa'
+sha512sums=('42b259c66e118d5b09bcc64e57441729146ed9b40e9fd18cda83c4aa0523d5bc3acde3177113e1f2a1b5c1e3a14d15b369df9701a9218a88a656ba0359b5ff10'
             '036bd5cc2a62b004576ecc50a84dc7d187d8108f52cb886f7e32bed324327af2dc132100e1c8f1dd2ce35b774f74898020f04a315e5137319deda18a449e791a')
 
 prepare() {
+  sed -i 's/<5//g' pyrsistent-$pkgver/setup.py
   cp -a pyrsistent-$pkgver{,-py2}
 }
 



More information about the arch-commits mailing list