From 392864ca30cc2e0ff45de4f45a37eab0daa925c6 Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Tue, 12 Feb 2019 20:31:50 -0800 Subject: [PATCH] python-BeautifulSoup4: update to 4.7.1. --- srcpkgs/python-BeautifulSoup4/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-BeautifulSoup4/template b/srcpkgs/python-BeautifulSoup4/template index edfdad3291..0e70243efa 100644 --- a/srcpkgs/python-BeautifulSoup4/template +++ b/srcpkgs/python-BeautifulSoup4/template @@ -1,6 +1,6 @@ # Template file for 'python-BeautifulSoup4' pkgname=python-BeautifulSoup4 -version=4.6.3 +version=4.7.1 revision=1 noarch=yes wrksrc="beautifulsoup4-${version}" @@ -10,10 +10,10 @@ hostmakedepends="python-setuptools python3-setuptools" depends="python" short_desc="Python2 HTML/XML parser" maintainer="Alessio Sergi " -homepage="http://www.crummy.com/software/BeautifulSoup/" license="MIT" +homepage="https://www.crummy.com/software/BeautifulSoup" distfiles="${PYPI_SITE}/b/beautifulsoup4/beautifulsoup4-${version}.tar.gz" -checksum=90f8e61121d6ae58362ce3bed8cd997efb00c914eae0ff3d363c32f9a9822d10 +checksum=945065979fb8529dd2f37dbb58f00b661bdbcbebf954f93b32fdf5263ef35348 post_install() { vlicense LICENSE @@ -25,7 +25,7 @@ python3-BeautifulSoup4_package() { pycompile_module="bs4" short_desc="${short_desc/Python2/Python3}" pkg_install() { - vmove usr/lib/python3* + vmove "usr/lib/python3*" vlicense LICENSE } }