summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3414733f8e9d..51a4c831a217 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python2-cfscrape
_pypiname=${pkgname/python2-/}
-pkgver=1.9.0
+pkgver=1.9.1
pkgrel=1
pkgdesc="A simple Python module to bypass Cloudflare's anti-bot page, using Requests"
arch=(any)
@@ -12,7 +12,7 @@ depends=(python2-requests python2-pyexecjs nodejs)
makedepends=(python2-setuptools)
source=("https://files.pythonhosted.org/packages/source/${_pypiname::1}/${_pypiname}/${_pypiname}-${pkgver}.tar.gz"
"https://raw.githubusercontent.com/Anorov/cloudflare-scrape/master/LICENSE")
-sha256sums=('ccbc592b73f81bcf519a2e6009648f939681ecd026d91a907764fa04ed214520'
+sha256sums=('9cee3708c643904eaa010a64dd1715890457bb77010d87405fc1bfeb892508d7'
'0dee0611b80471ef37e44bd2e7bcbc59e19251b2f24bf9753cefed002830787a')
package() {
cd "${srcdir}"