summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaesim2018-01-31 14:11:44 +0200
committerCaesim2018-01-31 14:11:44 +0200
commit9f3c10cd606053d6ab1aad292142f5aa2dd75c7b (patch)
tree3512bb30540d290260a1b18c483b3ee130810fcd /PKGBUILD
parent4aef835ccf5c14f28bcca2a417bbeecd4705fcce (diff)
downloadaur-9f3c10cd606053d6ab1aad292142f5aa2dd75c7b.tar.gz
1.9.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a6138599fdd9..f88981c0a6a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-cfscrape
_pypiname=${pkgname/python-/}
-pkgver=1.9.1
+pkgver=1.9.2
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-pyexecjs nodejs)
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")
-sha256sums=('9cee3708c643904eaa010a64dd1715890457bb77010d87405fc1bfeb892508d7'
+sha256sums=('a10883f9424c7edd27f419209acca9d5af461fbf93e3cb7dfe7188722d3c8d52'
'0dee0611b80471ef37e44bd2e7bcbc59e19251b2f24bf9753cefed002830787a')
package() {
cd "${srcdir}"