summaryrefslogtreecommitdiff
path: root/community/libaccounts-qt/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libaccounts-qt/PKGBUILD')
-rw-r--r--community/libaccounts-qt/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/libaccounts-qt/PKGBUILD b/community/libaccounts-qt/PKGBUILD
index a0d646997..aa5b97e46 100644
--- a/community/libaccounts-qt/PKGBUILD
+++ b/community/libaccounts-qt/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 85369 2013-03-01 10:34:56Z andrea $
+# $Id: PKGBUILD 90880 2013-05-15 06:57:50Z 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.6
-pkgrel=2
+pkgver=1.7
+pkgrel=1
pkgdesc="Qt-based client library for accessing the online accounts database"
arch=('i686' 'x86_64')
url="http://code.google.com/p/accounts-sso/"
@@ -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=('bd2c02b747384d53b75767c18b1e026bcf2211c5')
+sha1sums=('628c278f42289247f0669dc65ffd2af8a329a27d')
build() {
cd "$srcdir/$_pkgbase-$pkgver"
@@ -22,7 +22,7 @@ build() {
# Do not install tests
echo 'INSTALLS =' >>tests/accountstest.pro
- qmake PREFIX=/usr LIBDIR=/usr/lib
+ qmake-qt4 PREFIX=/usr LIBDIR=/usr/lib
make
}