summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaesim2019-05-15 22:31:16 +0300
committerCaesim2019-05-15 22:31:16 +0300
commit1190b92f616269319fde3804b82958a14deef6b3 (patch)
tree1847052dd7835b067ff6c156c3b8309085ee2e4d
parentba6be6e2df266889c2300287033ea0044fe4c986 (diff)
downloadaur-1190b92f616269319fde3804b82958a14deef6b3.tar.gz
2.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41b4cf64d17a..dff58f7965b8 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 = 2.0.3
+ pkgver = 2.0.4
pkgrel = 1
url = https://github.com/Anorov/cloudflare-scrape
arch = any
@@ -8,8 +8,8 @@ pkgbase = python2-cfscrape
makedepends = python2-setuptools
depends = python2-requests
depends = nodejs
- source = https://files.pythonhosted.org/packages/source/c/cfscrape/cfscrape-2.0.3.tar.gz
- sha256sums = e0afdd8a6d5456c6c96555b9a71cdd41d3eaa3f14a8a032d64b700cb26ce98fd
+ source = https://files.pythonhosted.org/packages/source/c/cfscrape/cfscrape-2.0.4.tar.gz
+ sha256sums = d3c863352f31f3538d2b428c7b8c368cbeee943bd8120f082e7d4f83f769f142
pkgname = python2-cfscrape
diff --git a/PKGBUILD b/PKGBUILD
index 6412eb6cfee3..bef34179a5ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python2-cfscrape
_pypiname=${pkgname/python2-/}
-pkgver=2.0.3
+pkgver=2.0.4
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=(python2-requests nodejs)
makedepends=(python2-setuptools)
source=("https://files.pythonhosted.org/packages/source/${_pypiname::1}/${_pypiname}/${_pypiname}-${pkgver}.tar.gz")
-sha256sums=('e0afdd8a6d5456c6c96555b9a71cdd41d3eaa3f14a8a032d64b700cb26ce98fd')
+sha256sums=('d3c863352f31f3538d2b428c7b8c368cbeee943bd8120f082e7d4f83f769f142')
package() {