diff options
author | root <root@rshg054.dnsready.net> | 2013-06-25 01:24:59 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-25 01:24:59 -0700 |
commit | f566ab403132b1bb3eb3a5b2e604c117bc0630c7 (patch) | |
tree | 527a5315be2c0b6515eea617502792cde6757792 /community/signon-plugin-oauth2 | |
parent | fad7e04efd4045c478db2e849bb8d457b82cdada (diff) |
Tue Jun 25 01:24:57 PDT 2013
Diffstat (limited to 'community/signon-plugin-oauth2')
-rw-r--r-- | community/signon-plugin-oauth2/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/signon-plugin-oauth2/PKGBUILD b/community/signon-plugin-oauth2/PKGBUILD index 308221338..f74d2b649 100644 --- a/community/signon-plugin-oauth2/PKGBUILD +++ b/community/signon-plugin-oauth2/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 90878 2013-05-15 06:48:00Z bgyorgy $ +# $Id: PKGBUILD 93075 2013-06-23 22:20:48Z bgyorgy $ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgname=signon-plugin-oauth2 _pkgname=signon-oauth2 -pkgver=0.17 +pkgver=0.18 pkgrel=1 pkgdesc="OAuth 2 plugin for signon" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ license=('LGPL') depends=('signon-ui' 'qjson') makedepends=('signon') source=(http://accounts-sso.googlecode.com/files/$_pkgname-$pkgver.tar.bz2) -sha1sums=('400301bf4a0cc7ad005ed552f9700e00a74b7237') +sha1sums=('4b7aabd69a67814b19447215b6466a93523d5dce') build() { cd "$srcdir/$_pkgname-$pkgver" |