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 b665fd63940e..ef39e7f40dd4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jan 18 17:47:44 UTC 2019
+# Wed Jan 23 06:51:26 UTC 2019
pkgbase = python-soupsieve
pkgdesc = A modern CSS selector implementation for BeautifulSoup
- pkgver = 1.7.2
+ pkgver = 1.7.3
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.2.tar.gz
- md5sums = dca4dd9bd29a25a9e48b6c3f2a71e7d7
+ source = https://files.pythonhosted.org/packages/source/s/soupsieve/soupsieve-1.7.3.tar.gz
+ md5sums = 586675875ebfb1c4ad8627c72ea56006
pkgname = python-soupsieve
depends = python>=3.4
diff --git a/PKGBUILD b/PKGBUILD
index bb811a665803..b7540b1cfc86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-soupsieve
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}" "python2-${_pyname}")
-pkgver=1.7.2
+pkgver=1.7.3
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=('dca4dd9bd29a25a9e48b6c3f2a71e7d7')
+md5sums=('586675875ebfb1c4ad8627c72ea56006')
prepare() {
cd ${srcdir}/${_pyname}-${pkgver}