summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2022-01-18 22:16:38 +0100
committerPeter Mattern2022-01-18 22:16:38 +0100
commit19cd0aa739aebeefa4685d456874289ee888bfed (patch)
tree692afda0f176408d8d866b07fb2a5e613efc47d3
parentbd20f4125c2e95b236b534fed48be943ed10d851 (diff)
downloadaur-19cd0aa739aebeefa4685d456874289ee888bfed.tar.gz
Upstream update: release 2.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 534ef71a52d7..b8136fc7da09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-saml
pkgdesc = OneLogin's SAML Python Toolkit. Python 2 version / upstream python-saml.
- pkgver = 2.8.0
+ pkgver = 2.9.0
pkgrel = 1
url = https://github.com/onelogin/python-saml
arch = any
@@ -9,7 +9,7 @@ pkgbase = python2-saml
depends = python2-defusedxml
depends = python2-isodate
depends = python2-dm.xmlsec.binding
- source = python2-saml-2.8.0.tar.gz::https://github.com/onelogin/python-saml/archive/v2.8.0.tar.gz
- sha256sums = 9b42f3e584fe1248bfe1b029f6033a8c2ed051852ea1c7d90e8f76a087e541f8
+ source = python2-saml-2.9.0.tar.gz::https://github.com/onelogin/python-saml/archive/v2.9.0.tar.gz
+ sha256sums = 2deed8c54fd6bed4e6c9935fcd3ee71d5281f998c5030c53298a65ecc718cdb1
pkgname = python2-saml
diff --git a/PKGBUILD b/PKGBUILD
index e683a9c9a9ec..3b6befbbaff1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Peter Mattern <pmattern at arcor dot de>
pkgname=python2-saml
-pkgver=2.8.0
+pkgver=2.9.0
pkgrel=1
pkgdesc="OneLogin's SAML Python Toolkit. Python 2 version / upstream python-saml."
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
makedepends=('python2-setuptools')
depends=('python2-defusedxml' 'python2-isodate' 'python2-dm.xmlsec.binding')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('9b42f3e584fe1248bfe1b029f6033a8c2ed051852ea1c7d90e8f76a087e541f8')
+sha256sums=('2deed8c54fd6bed4e6c9935fcd3ee71d5281f998c5030c53298a65ecc718cdb1')
build() {