summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaesim4042017-09-06 04:08:39 +0300
committerCaesim4042017-09-06 04:08:39 +0300
commit598282099b327dca46eb235c1930de5e1a43ecea (patch)
tree0e8e8bbe4e1569326daaae2b2751ba57174d60a9
parentddbffe36fa7d928b099c95ec49513ee4d5d3fa8a (diff)
downloadaur-598282099b327dca46eb235c1930de5e1a43ecea.tar.gz
1.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 123c909f2059..e41a5ecd3224 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-cfscrape
pkgdesc = A simple Python module to bypass Cloudflare's anti-bot page, using Requests
- pkgver = 1.8.1
+ pkgver = 1.9.0
pkgrel = 1
url = https://github.com/Anorov/cloudflare-scrape
arch = any
@@ -9,9 +9,9 @@ pkgbase = python2-cfscrape
depends = python2-requests
depends = python2-pyexecjs
depends = nodejs
- source = https://files.pythonhosted.org/packages/source/c/cfscrape/cfscrape-1.8.1.tar.gz
+ source = https://files.pythonhosted.org/packages/source/c/cfscrape/cfscrape-1.9.0.tar.gz
source = https://raw.githubusercontent.com/Anorov/cloudflare-scrape/master/LICENSE
- sha256sums = 4c027e537eb66b3764f075cd324297890e7a2ec93f331539bf4be14839806ac6
+ sha256sums = ccbc592b73f81bcf519a2e6009648f939681ecd026d91a907764fa04ed214520
sha256sums = 0dee0611b80471ef37e44bd2e7bcbc59e19251b2f24bf9753cefed002830787a
pkgname = python2-cfscrape
diff --git a/PKGBUILD b/PKGBUILD
index 89bc523fcca3..3414733f8e9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python2-cfscrape
_pypiname=${pkgname/python2-/}
-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=(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=('4c027e537eb66b3764f075cd324297890e7a2ec93f331539bf4be14839806ac6'
+sha256sums=('ccbc592b73f81bcf519a2e6009648f939681ecd026d91a907764fa04ed214520'
'0dee0611b80471ef37e44bd2e7bcbc59e19251b2f24bf9753cefed002830787a')
-
package() {
cd "${srcdir}"