author | Antonio Rojas
<arojas@archlinux.org> 2020-11-10 20:58:10 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2020-11-10 20:58:10 UTC |
parent | 4a5ad22fb9c66ed125d0a9b298b81eb113d1193e |
PKGBUILD | +3 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index 6cc2b47..59909d3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,8 +3,8 @@ pkgname=signon-plugin-oauth2 _pkgname=signon-oauth2 -pkgver=0.24 -pkgrel=3 +pkgver=0.25 +pkgrel=1 pkgdesc='OAuth 2 plugin for signon' arch=(x86_64) url="https://gitlab.com/accounts-sso/signon-plugin-oauth2" @@ -12,7 +12,7 @@ license=(LGPL) 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=('684564e23cb070c31cef7785ab142ad8') +sha256sums=('f750a1e767c1977d73895b7aa7d5dca5494e4cbc53cf57c7e6c311933701ae52') prepare() { cd signon-plugin-oauth2-VERSION_$pkgver-* @@ -36,4 +36,3 @@ package() { make INSTALL_ROOT="$pkgdir" install } -