summaryrefslogtreecommitdiff
path: root/community/libaccounts-glib
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-12-28 02:03:12 -0800
committerroot <root@rshg054.dnsready.net>2012-12-28 02:03:12 -0800
commitf898ca0bac349e5ffa815b91afbcc852956d8913 (patch)
treea7809ed1b6c049f8cfdd25b35d0366113621fa9f /community/libaccounts-glib
parentbea8c358e2a890b16f8f158995cd342952fd4a60 (diff)
Fri Dec 28 01:59:05 PST 2012
Diffstat (limited to 'community/libaccounts-glib')
-rw-r--r--community/libaccounts-glib/PKGBUILD15
1 files changed, 3 insertions, 12 deletions
diff --git a/community/libaccounts-glib/PKGBUILD b/community/libaccounts-glib/PKGBUILD
index 191a1ccf5..457491631 100644
--- a/community/libaccounts-glib/PKGBUILD
+++ b/community/libaccounts-glib/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 79487 2012-11-06 04:11:07Z bgyorgy $
+# $Id: PKGBUILD 81730 2012-12-27 21:37:34Z bgyorgy $
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
pkgname=libaccounts-glib
-pkgver=1.3
+pkgver=1.4
pkgrel=1
pkgdesc="Glib-based client library for accessing the online accounts database"
arch=('i686' 'x86_64')
@@ -14,22 +14,13 @@ options=('!libtool')
source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz
fix-docdir.patch
make-tests-optional.patch)
-sha1sums=('a2bd07082e9e9235103051f6574b154182745aee'
+sha1sums=('d5c9683a6d48b977fc85523575f00b9e9cd3daa0'
'94291a58dbbd36f524538adbf6d0c5a55024a34c'
'35732dc134c32af6ad1684d6388bad8ffe3f4dcc')
build() {
cd "$srcdir/$pkgname-$pkgver"
- # Use the standard docdir location
- # http://code.google.com/p/accounts-sso/issues/detail?id=123
- patch -Np1 -i "$srcdir/fix-docdir.patch"
-
- # Build tests optionally
- # http://code.google.com/p/accounts-sso/issues/detail?id=124
- patch -Np1 -i "$srcdir/make-tests-optional.patch"
-
- autoreconf -fi
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--disable-static \
PYTHON=python2