summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ad845bead56..b665fd63940e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jan 13 17:07:15 UTC 2019
+# Fri Jan 18 17:47:44 UTC 2019
pkgbase = python-soupsieve
pkgdesc = A modern CSS selector implementation for BeautifulSoup
- pkgver = 1.7.1
+ pkgver = 1.7.2
pkgrel = 1
url = https://facelessuser.github.io/soupsieve/
arch = i686
@@ -17,8 +17,8 @@ pkgbase = python-soupsieve
checkdepends = python2-backports.functools_lru_cache
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://files.pythonhosted.org/packages/source/s/soupsieve/soupsieve-1.7.1.tar.gz
- md5sums = 92a40c3a664175949622e311cf0779bb
+ source = https://files.pythonhosted.org/packages/source/s/soupsieve/soupsieve-1.7.2.tar.gz
+ md5sums = dca4dd9bd29a25a9e48b6c3f2a71e7d7
pkgname = python-soupsieve
depends = python>=3.4
diff --git a/PKGBUILD b/PKGBUILD
index 310f57f39a97..bb811a665803 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-soupsieve
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}" "python2-${_pyname}")
-pkgver=1.7.1
+pkgver=1.7.2
pkgrel=1
pkgdesc="A modern CSS selector implementation for BeautifulSoup"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools')
checkdepends=('python-pytest' 'python2-pytest' 'python2-beautifulsoup4' 'python-beautifulsoup4' 'python2-html5lib' 'python-html5lib' 'python2-backports.functools_lru_cache')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('92a40c3a664175949622e311cf0779bb')
+md5sums=('dca4dd9bd29a25a9e48b6c3f2a71e7d7')
prepare() {
cd ${srcdir}/${_pyname}-${pkgver}