From b51630ddccc83782e3b2a1ad6e98efd397fa1e16 Mon Sep 17 00:00:00 2001 From: dkwo Date: Wed, 28 Jul 2021 17:47:34 +0200 Subject: [PATCH] python3-pyrsistent: update to 0.18 --- srcpkgs/python3-pyrsistent/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-pyrsistent/template b/srcpkgs/python3-pyrsistent/template index c278114af2c..d5e33af8358 100644 --- a/srcpkgs/python3-pyrsistent/template +++ b/srcpkgs/python3-pyrsistent/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyrsistent' pkgname=python3-pyrsistent -version=0.17.3 -revision=2 +version=0.18.0 +revision=1 wrksrc="pyrsistent-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-devel" @@ -12,10 +12,10 @@ maintainer="dkwo " license="MIT" homepage="https://github.com/tobgu/pyrsistent/" distfiles="${PYPI_SITE}/p/pyrsistent/pyrsistent-${version}.tar.gz" -checksum=2e636185d9eb976a18a8a8e96efce62f2905fea90041958d8cc2a189756ebf3e +checksum=773c781216f8c2900b42a7b638d5b517bb134ae1acbebe4d1e8f1f41ea60eb4b post_install() { - vlicense LICENCE.mit LICENSE + vlicense LICENSE.mit LICENSE } python3-rsistent_package() {