summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-05-22 22:07:03 +0300
committerCaleb Maclennan2023-05-22 22:07:03 +0300
commit095fd4e3e1bdfb1b045471a28175f02077180eb3 (patch)
tree07cc40bd4905c6c72caf182c44325f53a6193eca
parentb34ddf28fd09c18eee28ecb96ae351e448abd1e4 (diff)
downloadaur-095fd4e3e1bdfb1b045471a28175f02077180eb3.tar.gz
upgpkg: nextcloud-app-user-saml 5.2.0-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d3afcf888d4..84fa90dd3311 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nextcloud-app-user-saml
pkgdesc = App for authenticating Nextcloud users using SAML
- pkgver = 5.1.2
- pkgrel = 2
+ pkgver = 5.2.0
+ pkgrel = 1
url = https://github.com/nextcloud/user_saml
arch = x86_64
license = AGPL3
@@ -9,7 +9,7 @@ pkgbase = nextcloud-app-user-saml
makedepends = nextcloud
makedepends = rsync
makedepends = yq
- source = https://github.com/nextcloud/user_saml/archive/v5.1.2/user_saml-5.1.2.tar.gz
- sha256sums = e6f43d22b6e49bd0359915b14aa8d07b0ab8eb255ab82e9d30a066b4ed1c2978
+ source = https://github.com/nextcloud/user_saml/archive/v5.2.0/user_saml-5.2.0.tar.gz
+ sha256sums = 2b0328e068c060b82520c5d660adbda48ae4dcb6a820ae585b292b3657fbf960
pkgname = nextcloud-app-user-saml
diff --git a/PKGBUILD b/PKGBUILD
index c69cec0d2bc5..2985238468ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_appname=user_saml
pkgname=nextcloud-app-${_appname/_/-}
-pkgver=5.1.2
-pkgrel=2
+pkgver=5.2.0
+pkgrel=1
pkgdesc="App for authenticating Nextcloud users using SAML"
arch=(x86_64)
url="https://github.com/nextcloud/$_appname"
@@ -14,7 +14,7 @@ makedepends=(composer
yq)
_archive="$_appname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('e6f43d22b6e49bd0359915b14aa8d07b0ab8eb255ab82e9d30a066b4ed1c2978')
+sha256sums=('2b0328e068c060b82520c5d660adbda48ae4dcb6a820ae585b292b3657fbf960')
# BEGIN boilerplate nextcloud app version clamping, see also other packages in group
# 1. Call respective function helpers in check() and package() *after* cd'ing to the source directory