From 1966b2255e271edaec8944650eeff9e296546ab9 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 20 May 2018 17:36:32 +0200 Subject: [PATCH] python-attrs: update to 18.1.0 --- srcpkgs/python-attrs/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-attrs/template b/srcpkgs/python-attrs/template index eebc18ac485..8078ec86b69 100644 --- a/srcpkgs/python-attrs/template +++ b/srcpkgs/python-attrs/template @@ -1,6 +1,6 @@ # Template file for 'python-attrs' pkgname=python-attrs -version=17.4.0 +version=18.1.0 revision=1 noarch=yes wrksrc="attrs-${version}" @@ -13,7 +13,7 @@ maintainer="Juan RP " license="MIT" homepage="https://attrs.readthedocs.io/" distfiles="${PYPI_SITE}/a/attrs/attrs-${version}.tar.gz" -checksum=1c7960ccfd6a005cd9f7ba884e6316b5e430a3f1a6c37c5f87d8b43f83b54ec9 +checksum=e0d0eb91441a3b53dab4d9b743eafc1ac44476296a2053b6ca3af0b139faf87b post_install() { vlicense LICENSE @@ -25,7 +25,7 @@ python3-attrs_package() { pycompile_module="attr" short_desc="${short_desc/Python2/Python3}" pkg_install() { - vlicense LICENSE vmove usr/lib/python3* + vlicense LICENSE } }