diff options
author | root <root@rshg054.dnsready.net> | 2012-12-28 02:03:12 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-28 02:03:12 -0800 |
commit | f898ca0bac349e5ffa815b91afbcc852956d8913 (patch) | |
tree | a7809ed1b6c049f8cfdd25b35d0366113621fa9f /community/signon-plugin-oauth2/PKGBUILD | |
parent | bea8c358e2a890b16f8f158995cd342952fd4a60 (diff) |
Fri Dec 28 01:59:05 PST 2012
Diffstat (limited to 'community/signon-plugin-oauth2/PKGBUILD')
-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 cbe3d761b..0344743f9 100644 --- a/community/signon-plugin-oauth2/PKGBUILD +++ b/community/signon-plugin-oauth2/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 80671 2012-11-29 00:06:53Z bgyorgy $ +# $Id: PKGBUILD 81732 2012-12-27 21:40:51Z bgyorgy $ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgname=signon-plugin-oauth2 _pkgname=signon-oauth2 -pkgver=0.13 +pkgver=0.14 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=('74b4c31fcadf35b19c058c85b2e8f5566fcb281d') +sha1sums=('348c59af181c28ab3ac7b5fc76cd6758fc6b63e6') build() { cd "$srcdir/$_pkgname-$pkgver" |