summaryrefslogtreecommitdiff
path: root/community/libaccounts-qt/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-06-20 15:25:33 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-06-20 15:25:33 -0300
commitcebf33d7109e0157a80f34d6136e212f0a28d274 (patch)
treea6464302c970f72581105b50ff0896e1f56def3d /community/libaccounts-qt/PKGBUILD
parent1a65caeb80e2cc8c7b39262d72255124d0c8614e (diff)
parent5cb95ceee39e4691f768ea2fef60b8a106e92209 (diff)
Merge branch 'master' of gparabola:abslibre-mips64el
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 1e372f88d..ebdf1db17 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' 'mips64el')
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
}