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/libaccounts-qt | |
parent | fad7e04efd4045c478db2e849bb8d457b82cdada (diff) |
Tue Jun 25 01:24:57 PDT 2013
Diffstat (limited to 'community/libaccounts-qt')
-rw-r--r-- | community/libaccounts-qt/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libaccounts-qt/PKGBUILD b/community/libaccounts-qt/PKGBUILD index aa5b97e46..2d2960ddc 100644 --- a/community/libaccounts-qt/PKGBUILD +++ b/community/libaccounts-qt/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 90880 2013-05-15 06:57:50Z bgyorgy $ +# $Id: PKGBUILD 93073 2013-06-23 22:18:28Z bgyorgy $ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgbase=libaccounts-qt _pkgbase=accounts-qt pkgname=('libaccounts-qt' 'libaccounts-qt-doc') -pkgver=1.7 +pkgver=1.8 pkgrel=1 pkgdesc="Qt-based client library for accessing the online accounts database" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ depends=('qt4' 'libaccounts-glib') makedepends=('doxygen' 'graphviz' 'ttf-dejavu') options=('!emptydirs') source=(http://accounts-sso.googlecode.com/files/$_pkgbase-$pkgver.tar.bz2) -sha1sums=('628c278f42289247f0669dc65ffd2af8a329a27d') +sha1sums=('f5a29ef1d1e66049bbe5d809d6dbfcf0c1a39b41') build() { cd "$srcdir/$_pkgbase-$pkgver" |