summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaesim4042017-02-22 13:58:26 +0200
committerCaesim4042017-02-22 13:58:26 +0200
commit03e4e24bf011e551860b7383a008577a3fddfa27 (patch)
treeda0631cb7bf1e6a1b260fc3e731071d41c4c3f46 /PKGBUILD
parentc102d56e505235cc26c6957b8f4ce358fd0dca9e (diff)
downloadaur-03e4e24bf011e551860b7383a008577a3fddfa27.tar.gz
Update to 1.7.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d35d41f0a49..9d7778d73c0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-cfscrape
_pypiname=${pkgname/python-/}
-pkgver=1.6.8
+pkgver=1.7.0
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=("481c7c386904cd75e1cb43decc1b662f"
+md5sums=("7376565bca5bc82f151e95d78c4d5e77"
"93d4804f061e05530be1a85b24185408")