summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaesim2018-02-08 16:08:29 +0200
committerCaesim2018-02-08 16:08:29 +0200
commit2685cb31e291a16346ca27d44b2e35ad80e6eb3e (patch)
tree3dfc4afb1f3ecab5e11413fd6707b11a63151a97
parentc46d35ee7f8a47e485930479a59a7c205ce15bad (diff)
downloadaur-2685cb31e291a16346ca27d44b2e35ad80e6eb3e.tar.gz
1.9.4
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82b36da8f0e8..8c7075fcd14f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = python2-cfscrape
pkgdesc = A simple Python module to bypass Cloudflare's anti-bot page, using Requests
- pkgver = 1.9.3
+ pkgver = 1.9.4
pkgrel = 1
url = https://github.com/Anorov/cloudflare-scrape
arch = any
license = MIT
makedepends = python2-setuptools
depends = python2-requests
- depends = python2-pyexecjs
depends = nodejs
- source = https://files.pythonhosted.org/packages/source/c/cfscrape/cfscrape-1.9.3.tar.gz
+ source = https://files.pythonhosted.org/packages/source/c/cfscrape/cfscrape-1.9.4.tar.gz
sha256sums = 7ff269d2e88ba8fa97994275b4d58c722c84d39f579624becc89111e72265c64
pkgname = python2-cfscrape
diff --git a/PKGBUILD b/PKGBUILD
index 529ee86eb290..e52e7a14d42c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=python2-cfscrape
_pypiname=${pkgname/python2-/}
-pkgver=1.9.3
+pkgver=1.9.4
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-pyexecjs nodejs)
+depends=(python2-requests nodejs)
makedepends=(python2-setuptools)
source=("https://files.pythonhosted.org/packages/source/${_pypiname::1}/${_pypiname}/${_pypiname}-${pkgver}.tar.gz")
sha256sums=('7ff269d2e88ba8fa97994275b4d58c722c84d39f579624becc89111e72265c64')