summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaesim4042017-02-27 00:06:35 +0200
committerCaesim4042017-02-27 00:06:35 +0200
commit92f685a9ab618487b2dab4a6eed6a1cc95c33f97 (patch)
tree5618d573f1ed6ee6dc571efc2d4b020697e851da /PKGBUILD
parent03e4e24bf011e551860b7383a008577a3fddfa27 (diff)
downloadaur-92f685a9ab618487b2dab4a6eed6a1cc95c33f97.tar.gz
Update to 1.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d7778d73c0a..4b9cf3ea212d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-cfscrape
_pypiname=${pkgname/python-/}
-pkgver=1.7.0
+pkgver=1.7.1
pkgrel=1
pkgdesc="A simple Python module to bypass Cloudflare's anti-bot page, using Requests"
arch=(any)
@@ -12,7 +12,7 @@ depends=(python-requests python-js2py)
makedepends=(python-setuptools)
source=("https://files.pythonhosted.org/packages/source/${_pypiname::1}/${_pypiname}/${_pypiname}-${pkgver}.tar.gz"
"https://raw.githubusercontent.com/Anorov/cloudflare-scrape/master/LICENSE")
-md5sums=("7376565bca5bc82f151e95d78c4d5e77"
+md5sums=("f430cde47e1c90d31e5b3b06b740c4ba"
"93d4804f061e05530be1a85b24185408")