summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaesim2019-05-25 06:04:27 +0300
committerCaesim2019-05-25 06:04:27 +0300
commit43ed1a3bd2ac92be07524f7b817e5f2cb48890f6 (patch)
tree996c4bcb35a4474e69cbe887d99ff40ce08a4a76
parent1190b92f616269319fde3804b82958a14deef6b3 (diff)
downloadaur-43ed1a3bd2ac92be07524f7b817e5f2cb48890f6.tar.gz
2.0.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dff58f7965b8..6b8ca83198d2 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.4
+ pkgver = 2.0.5
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.4.tar.gz
- sha256sums = d3c863352f31f3538d2b428c7b8c368cbeee943bd8120f082e7d4f83f769f142
+ source = https://files.pythonhosted.org/packages/source/c/cfscrape/cfscrape-2.0.5.tar.gz
+ sha256sums = d95c16b0677127dfae3ea529f3601d1474cae7e325278e1d9d89a2a73ef21fa9
pkgname = python2-cfscrape
diff --git a/PKGBUILD b/PKGBUILD
index bef34179a5ab..aa2ca3f66cad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python2-cfscrape
_pypiname=${pkgname/python2-/}
-pkgver=2.0.4
+pkgver=2.0.5
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=('d3c863352f31f3538d2b428c7b8c368cbeee943bd8120f082e7d4f83f769f142')
+sha256sums=('d95c16b0677127dfae3ea529f3601d1474cae7e325278e1d9d89a2a73ef21fa9')
package() {