summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaesim4042017-03-23 11:18:46 +0200
committerCaesim4042017-03-23 11:18:46 +0200
commitf669349ac013877df4080cfc8c374290157ecd1f (patch)
tree3bb28e879b78605c70fa019ed77dea7facdc3906
parent5fe247488c92d62879714d4684b8a6ec18fea48b (diff)
downloadaur-f669349ac013877df4080cfc8c374290157ecd1f.tar.gz
1.8.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a95d41dc133..d1e41ce761b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
pkgbase = python2-cfscrape
pkgdesc = A simple Python module to bypass Cloudflare's anti-bot page, using Requests
- pkgver = 1.7.1
+ pkgver = 1.8.0
pkgrel = 1
url = https://github.com/Anorov/cloudflare-scrape
arch = any
license = MIT
makedepends = python2-setuptools
depends = python2-requests
- depends = python2-js2py
- source = https://files.pythonhosted.org/packages/source/c/cfscrape/cfscrape-1.7.1.tar.gz
+ depends = python2-pyexecjs
+ depends = nodejs
+ source = https://files.pythonhosted.org/packages/source/c/cfscrape/cfscrape-1.8.0.tar.gz
source = https://raw.githubusercontent.com/Anorov/cloudflare-scrape/master/LICENSE
- md5sums = f430cde47e1c90d31e5b3b06b740c4ba
- md5sums = 93d4804f061e05530be1a85b24185408
+ sha256sums = 3cf5a253d10dff68fc7c18bcf548ef31c61024c0ed3e42031ea0a90db7a49006
+ sha256sums = 0dee0611b80471ef37e44bd2e7bcbc59e19251b2f24bf9753cefed002830787a
pkgname = python2-cfscrape
diff --git a/PKGBUILD b/PKGBUILD
index dfc6f80abd4a..943d24de9d47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
pkgname=python2-cfscrape
_pypiname=${pkgname/python2-/}
-pkgver=1.7.1
+pkgver=1.8.0
pkgrel=1
pkgdesc="A simple Python module to bypass Cloudflare's anti-bot page, using Requests"
arch=(any)
url="https://github.com/Anorov/cloudflare-scrape"
license=(MIT)
-depends=(python2-requests python2-js2py)
+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")
-md5sums=("f430cde47e1c90d31e5b3b06b740c4ba"
- "93d4804f061e05530be1a85b24185408")
+sha256sums=('3cf5a253d10dff68fc7c18bcf548ef31c61024c0ed3e42031ea0a90db7a49006'
+ '0dee0611b80471ef37e44bd2e7bcbc59e19251b2f24bf9753cefed002830787a')
package() {