summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 730d67bed95f..18226d389c66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-curl-cffi
pkgdesc = Python binding for curl-impersonate via CFFI
- pkgver = 0.5.6
- pkgrel = 3
+ pkgver = 0.5.10
+ pkgrel = 1
url = https://github.com/yifeikong/curl_cffi
arch = any
license = GPL3
@@ -13,7 +13,7 @@ pkgbase = python-curl-cffi
depends = python-eventlet
depends = libcurl-impersonate-chrome
depends = python-cffi
- source = https://files.pythonhosted.org/packages/source/c/curl_cffi/curl_cffi-0.5.6.tar.gz
- sha256sums = 30eea55149bd66dbb11aa467e3b4e039085bfac38da7fb8ae694425d9b7061da
+ source = https://files.pythonhosted.org/packages/source/c/curl_cffi/curl_cffi-0.5.10.tar.gz
+ sha256sums = 55bac4b73e2d80ceeaabea33270fc8ca6ace594128a46710242f2e688b4f8bfc
pkgname = python-curl-cffi
diff --git a/PKGBUILD b/PKGBUILD
index 0233bd3ba7de..c3f11e85dfd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Matthew Sexton <matthew@Asylumtech.com>
+# Maintainer: Matthew Sexton <mssxtn@gmail.com>
pkgname=python-curl-cffi
_name=curl_cffi
-pkgver=0.5.6
-pkgrel=3
+pkgver=0.5.10
+pkgrel=1
pkgdesc="Python binding for curl-impersonate via CFFI"
arch=('any')
url="https://github.com/yifeikong/curl_cffi"
@@ -11,7 +11,7 @@ license=('GPL3')
depends=( 'python-gevent' 'python-eventlet' 'libcurl-impersonate-chrome' 'python-cffi')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel' )
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('30eea55149bd66dbb11aa467e3b4e039085bfac38da7fb8ae694425d9b7061da')
+sha256sums=('55bac4b73e2d80ceeaabea33270fc8ca6ace594128a46710242f2e688b4f8bfc')
build() {
cd "${_name}-$pkgver"