summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaesim2019-03-15 23:01:02 +0200
committerCaesim2019-03-15 23:01:02 +0200
commit5607576c911301b3c1c3a54dcc59b456e6e132a0 (patch)
treea28e2d76542af9d1535c453d32e2addc55434a60 /PKGBUILD
parent298b424dc7c99306df2fb1bcaabfb2a12ed06077 (diff)
downloadaur-5607576c911301b3c1c3a54dcc59b456e6e132a0.tar.gz
1.9.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd15a61c82e8..e9c8c6cb5b9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-cfscrape
_pypiname=${pkgname/python-/}
-pkgver=1.9.5
+pkgver=1.9.6
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=('cb9159955d0e6e82cf4ad8cc9b19413e68ebfed1ce98a26e51f62e66d45146f1')
+sha256sums=('6aa4966be1efd8f58e768d21ec573ec334f13d9c3be3b0324df2bf912abcef94')
package() {
cd "${srcdir}/${_pypiname}-${pkgver}"