summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaesim4042017-03-23 11:18:46 +0200
committerCaesim4042017-03-23 11:18:46 +0200
commitf5aad2c5e3ee372c1e3c1df8c3d788176f8ac3ed (patch)
tree8fa9bcca7dd6d6ebfa11c7b44af777df7d59cf5c /PKGBUILD
parent92f685a9ab618487b2dab4a6eed6a1cc95c33f97 (diff)
downloadaur-f5aad2c5e3ee372c1e3c1df8c3d788176f8ac3ed.tar.gz
1.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b9cf3ea212d..4ae9c15b6772 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
pkgname=python-cfscrape
_pypiname=${pkgname/python-/}
-pkgver=1.7.1
+pkgver=1.8.0
pkgrel=1
pkgdesc="A simple Python module to bypass Cloudflare's anti-bot page, using Requests"
arch=(any)
url="https://github.com/Anorov/cloudflare-scrape"
license=(MIT)
-depends=(python-requests python-js2py)
+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")
-md5sums=("f430cde47e1c90d31e5b3b06b740c4ba"
- "93d4804f061e05530be1a85b24185408")
+sha256sums=('3cf5a253d10dff68fc7c18bcf548ef31c61024c0ed3e42031ea0a90db7a49006'
+ '0dee0611b80471ef37e44bd2e7bcbc59e19251b2f24bf9753cefed002830787a')
package() {