Date: Thursday, June 2, 2016 @ 17:42:03 Author: arojas Revision: 268850
Update to 0.24 Modified: signon-plugin-oauth2/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-06-02 15:41:27 UTC (rev 268849) +++ PKGBUILD 2016-06-02 15:42:03 UTC (rev 268850) @@ -4,8 +4,8 @@ pkgname=signon-plugin-oauth2 _pkgname=signon-oauth2 -pkgver=0.23 -pkgrel=2 +pkgver=0.24 +pkgrel=1 pkgdesc='OAuth 2 plugin for signon' arch=(i686 x86_64) url="https://gitlab.com/accounts-sso/signon-plugin-oauth2" @@ -13,7 +13,7 @@ depends=(signond) makedepends=(qt5-xmlpatterns) source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/accounts-sso/signon-plugin-oauth2/repository/archive.tar.gz?ref=VERSION_$pkgver") -md5sums=('772197567b8778552bba34ace41aec7d') +md5sums=('684564e23cb070c31cef7785ab142ad8') prepare() { cd signon-plugin-oauth2-VERSION_$pkgver-*