diff options
Diffstat (limited to 'community/libaccounts-qt/PKGBUILD')
-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 2d2960ddc..b6e2fcf02 100644 --- a/community/libaccounts-qt/PKGBUILD +++ b/community/libaccounts-qt/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 93073 2013-06-23 22:18:28Z bgyorgy $ +# $Id: PKGBUILD 96784 2013-09-04 22:27:13Z 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.8 +pkgver=1.9 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=('f5a29ef1d1e66049bbe5d809d6dbfcf0c1a39b41') +sha1sums=('86d7bbaa7bdd18f80a28c2617653707d763d1984') build() { cd "$srcdir/$_pkgbase-$pkgver" |