summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaesim2019-05-11 17:04:26 +0300
committerCaesim2019-05-11 17:04:26 +0300
commitd4a1e635554368d5896bb703710fc302b51b9bb2 (patch)
tree6b5e14ecacaef533cff5eb5322c32fc7b6ca51de /PKGBUILD
parent28444cc4852dd83e1084cb9e9cbcb93de0b94f78 (diff)
downloadaur-d4a1e635554368d5896bb703710fc302b51b9bb2.tar.gz
2.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {