summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichał Wojdyła2024-01-12 00:21:09 +0100
committerMichał Wojdyła2024-01-12 00:21:09 +0100
commite6daed5406481496948b8efb82204d2231b0f02e (patch)
treef0c1ad387fad5b710d016fc38a5e7e0550a84f06 /PKGBUILD
parenta2d14d01ca0b86d372ce4662cb59a772cb4ed894 (diff)
downloadaur-python-requests-pkcs12.tar.gz
update to 1.22
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ffb0ecfd8037..1948e430ec59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
-# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
+# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
+# Contributor: Luis Martinez <luis dot martinez at disroot dot org>
# Contributor: Alexander Bruegmann <mail[at]abruegmann[dot]eu>
pkgname=python-requests-pkcs12
_pkg=requests_pkcs12
-pkgver=1.14
+pkgver=1.22
pkgrel=1
pkgdesc='Adds PKCS#12 support to python-requests'
arch=('any')
license=('ISC')
url="https://github.com/m-click/requests_pkcs12"
-depends=('python-requests' 'python-pyopenssl' 'python-cryptography')
+depends=('python-requests' 'python-cryptography')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkg::1}/$_pkg/$_pkg-$pkgver.tar.gz")
-sha256sums=('3b3926cf91769d00c7d68ccfc120f03e5ddf5ef48bd9c4b1985dfb40853f8ac5')
+sha256sums=('e33f6479c84fbe664917feeb37c9949691f3cee1783ffa0580c1f494541707f5')
build() {
cd "$_pkg-$pkgver"