summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaesim2019-05-11 17:04:26 +0300
committerCaesim2019-05-11 17:04:26 +0300
commitd4a1e635554368d5896bb703710fc302b51b9bb2 (patch)
tree6b5e14ecacaef533cff5eb5322c32fc7b6ca51de
parent28444cc4852dd83e1084cb9e9cbcb93de0b94f78 (diff)
downloadaur-d4a1e635554368d5896bb703710fc302b51b9bb2.tar.gz
2.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2b6e7d33685..20899bd18968 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-cfscrape
pkgdesc = A simple Python module to bypass Cloudflare's anti-bot page, using Requests
- pkgver = 1.9.7
+ pkgver = 2.0.3
pkgrel = 1
url = https://github.com/Anorov/cloudflare-scrape
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-cfscrape
makedepends = python-setuptools
depends = python-requests
depends = nodejs
- source = https://files.pythonhosted.org/packages/source/c/cfscrape/cfscrape-1.9.7.tar.gz
- sha256sums = fa7fc172e6872f461377216ddd5a6d82c9650b9d10cac5aa0239998daf3e093a
+ source = https://files.pythonhosted.org/packages/source/c/cfscrape/cfscrape-2.0.3.tar.gz
+ sha256sums = e0afdd8a6d5456c6c96555b9a71cdd41d3eaa3f14a8a032d64b700cb26ce98fd
pkgname = python-cfscrape
diff --git a/PKGBUILD b/PKGBUILD
index 684900026c5a..e3d785534f8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-cfscrape
_pypiname=${pkgname/python-/}
-pkgver=1.9.7
+pkgver=2.0.3
pkgrel=1
pkgdesc="A simple Python module to bypass Cloudflare's anti-bot page, using Requests"
arch=(any)
@@ -11,7 +11,7 @@ license=(MIT)
depends=(python-requests nodejs)
makedepends=(python-setuptools)
source=("https://files.pythonhosted.org/packages/source/${_pypiname::1}/${_pypiname}/${_pypiname}-${pkgver}.tar.gz")
-sha256sums=('fa7fc172e6872f461377216ddd5a6d82c9650b9d10cac5aa0239998daf3e093a')
+sha256sums=('e0afdd8a6d5456c6c96555b9a71cdd41d3eaa3f14a8a032d64b700cb26ce98fd')
package() {