summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc7febae815b..cf406dcce3c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python3-saml
pkgdesc = SAML Python Toolkit (compatible with Python3)
- pkgver = 1.15.0
- pkgrel = 2
+ pkgver = 1.16.0
+ pkgrel = 1
url = https://github.com/saml-toolkits/python3-saml
arch = any
license = MIT
@@ -11,7 +11,7 @@ pkgbase = python3-saml
depends = python-lxml
depends = python-isodate
depends = python-xmlsec
- source = python3-saml-1.15.0.tar.gz::https://github.com/saml-toolkits/python3-saml/archive/refs/tags/v1.15.0.tar.gz
- sha256sums = 73cf5d4ba26bf9552ab7213068997304d843a040162100ff93dee4ef5e0ffe9b
+ source = python3-saml-1.16.0.tar.gz::https://github.com/saml-toolkits/python3-saml/archive/refs/tags/v1.16.0.tar.gz
+ sha256sums = 41c41d986b0ef66635aa53abe51dfe0e09b1fb07a8803cbbdc861c3f82b6d15a
pkgname = python3-saml
diff --git a/PKGBUILD b/PKGBUILD
index 63036a349d4a..f394e2d0d9c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Peter Mattern <pmattern at arcor dot de>
pkgname=python3-saml
-pkgver=1.15.0
-pkgrel=2
+pkgver=1.16.0
+pkgrel=1
pkgdesc="SAML Python Toolkit (compatible with Python3)"
arch=('any')
url='https://github.com/saml-toolkits/python3-saml'
@@ -10,7 +10,7 @@ license=('MIT')
makedepends=('python-build' 'python-poetry-core' 'python-installer')
depends=('python-lxml' 'python-isodate' 'python-xmlsec')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('73cf5d4ba26bf9552ab7213068997304d843a040162100ff93dee4ef5e0ffe9b')
+sha256sums=('41c41d986b0ef66635aa53abe51dfe0e09b1fb07a8803cbbdc861c3f82b6d15a')
build() {