summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaesim2018-04-05 13:49:58 +0300
committerCaesim2018-04-05 13:49:58 +0300
commit298b424dc7c99306df2fb1bcaabfb2a12ed06077 (patch)
tree303212b0e37840a160880572d6f49d1611d662a4 /PKGBUILD
parent760a17efb44b18acb5f4652a640eedac8302d50a (diff)
downloadaur-298b424dc7c99306df2fb1bcaabfb2a12ed06077.tar.gz
1.9.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b89a1b27ab03..dd15a61c82e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-cfscrape
_pypiname=${pkgname/python-/}
-pkgver=1.9.4
+pkgver=1.9.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=(python-requests nodejs)
makedepends=(python-setuptools)
source=("https://files.pythonhosted.org/packages/source/${_pypiname::1}/${_pypiname}/${_pypiname}-${pkgver}.tar.gz")
-sha256sums=('1ac1df1e338bfa33bc5bab5c92c5db3045f3a6541eec9ca816da8e8ea278941b')
+sha256sums=('cb9159955d0e6e82cf4ad8cc9b19413e68ebfed1ce98a26e51f62e66d45146f1')
package() {
cd "${srcdir}/${_pypiname}-${pkgver}"