summaryrefslogtreecommitdiff
path: root/community/libaccounts-qt/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-01-27 01:12:11 -0800
committerroot <root@rshg054.dnsready.net>2013-01-27 01:12:11 -0800
commit3ed565983048f1226dd3f258a3f0acaf04536dda (patch)
tree9ea304021502408af54b935da41441afb7e4bd62 /community/libaccounts-qt/PKGBUILD
parent7d3e94229ca9849421d263542eb2c61f64a91c10 (diff)
Sun Jan 27 01:11:57 PST 2013
Diffstat (limited to 'community/libaccounts-qt/PKGBUILD')
-rw-r--r--community/libaccounts-qt/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/libaccounts-qt/PKGBUILD b/community/libaccounts-qt/PKGBUILD
index c47e9b9d0..b38459ad6 100644
--- a/community/libaccounts-qt/PKGBUILD
+++ b/community/libaccounts-qt/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 80669 2012-11-29 00:01:42Z bgyorgy $
+# $Id: PKGBUILD 83016 2013-01-26 15:16:16Z 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.3
+pkgver=1.4
pkgrel=1
pkgdesc="Qt-based client library for accessing the online accounts database"
arch=('i686' 'x86_64')
@@ -12,8 +12,9 @@ url="http://code.google.com/p/accounts-sso/"
license=('LGPL')
depends=('qt' 'libaccounts-glib')
makedepends=('doxygen' 'graphviz' 'ttf-dejavu')
+options=('!emptydirs')
source=(http://accounts-sso.googlecode.com/files/$_pkgbase-$pkgver.tar.bz2)
-sha1sums=('26fd2734b2a0462ef6271164a17a3e85073dd5b1')
+sha1sums=('135fdaa766da070b2ad41ff4c33c663f4d321c8e')
build() {
cd "$srcdir/$_pkgbase-$pkgver"
@@ -37,7 +38,6 @@ package_libaccounts-qt() {
package_libaccounts-qt-doc() {
pkgdesc="Developer documention of signon"
depends=()
- options=('!emptydirs')
mkdir -p "$pkgdir/usr/share"
mv "$srcdir/doc" "$pkgdir/usr/share"