summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaesim4042017-08-28 11:00:42 +0300
committerCaesim4042017-08-28 11:00:42 +0300
commitfc402f6547241209346ef9806745323fd1d7b8b6 (patch)
tree4c8bcb2b0651d6d2e7ef05ed633fea73dd8ca59a /PKGBUILD
parentf5aad2c5e3ee372c1e3c1df8c3d788176f8ac3ed (diff)
downloadaur-fc402f6547241209346ef9806745323fd1d7b8b6.tar.gz
1.8.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ae9c15b6772..e5493faf2304 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-cfscrape
_pypiname=${pkgname/python-/}
-pkgver=1.8.0
+pkgver=1.8.1
pkgrel=1
pkgdesc="A simple Python module to bypass Cloudflare's anti-bot page, using Requests"
arch=(any)
@@ -12,10 +12,9 @@ depends=(python-requests python-pyexecjs nodejs)
makedepends=(python-setuptools)
source=("https://files.pythonhosted.org/packages/source/${_pypiname::1}/${_pypiname}/${_pypiname}-${pkgver}.tar.gz"
"https://raw.githubusercontent.com/Anorov/cloudflare-scrape/master/LICENSE")
-sha256sums=('3cf5a253d10dff68fc7c18bcf548ef31c61024c0ed3e42031ea0a90db7a49006'
+sha256sums=('4c027e537eb66b3764f075cd324297890e7a2ec93f331539bf4be14839806ac6'
'0dee0611b80471ef37e44bd2e7bcbc59e19251b2f24bf9753cefed002830787a')
-
package() {
cd "${srcdir}"