summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaesim4042017-09-06 04:08:39 +0300
committerCaesim4042017-09-06 04:08:39 +0300
commit6bc78dfbfb2edb4d3035bacd2aff9ae48aaa622b (patch)
tree3497e65e4e0f1cfe7f06e08f5a6b796d34cde7d3 /PKGBUILD
parentfc402f6547241209346ef9806745323fd1d7b8b6 (diff)
downloadaur-6bc78dfbfb2edb4d3035bacd2aff9ae48aaa622b.tar.gz
1.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e5493faf2304..14c53e628adc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-cfscrape
_pypiname=${pkgname/python-/}
-pkgver=1.8.1
+pkgver=1.9.0
pkgrel=1
pkgdesc="A simple Python module to bypass Cloudflare's anti-bot page, using Requests"
arch=(any)
@@ -12,9 +12,8 @@ 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=('4c027e537eb66b3764f075cd324297890e7a2ec93f331539bf4be14839806ac6'
+sha256sums=('ccbc592b73f81bcf519a2e6009648f939681ecd026d91a907764fa04ed214520'
'0dee0611b80471ef37e44bd2e7bcbc59e19251b2f24bf9753cefed002830787a')
-
package() {
cd "${srcdir}"