[arch-commits] Commit in libaccounts-glib/trunk (PKGBUILD)
Andrea Scarpino
andrea at nymeria.archlinux.org
Tue Dec 31 16:18:07 UTC 2013
Date: Tuesday, December 31, 2013 @ 17:18:06
Author: andrea
Revision: 203008
upgpkg: libaccounts-glib 1.15-1
Upstream release; the HAVE_GCOV workaround is needed to fix build
Modified:
libaccounts-glib/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-12-31 16:17:09 UTC (rev 203007)
+++ PKGBUILD 2013-12-31 16:18:06 UTC (rev 203008)
@@ -3,7 +3,7 @@
# Contributor: Balló György <ballogyor+arch at gmail dot com>
pkgname=libaccounts-glib
-pkgver=1.13
+pkgver=1.15
pkgrel=1
pkgdesc="Glib-based client library for accessing the online accounts database"
arch=('i686' 'x86_64')
@@ -12,11 +12,11 @@
depends=('dbus-glib' 'libxml2' 'sqlite')
makedepends=('python2-gobject' 'docbook-xsl')
source=("http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz")
-sha1sums=('e6c4795a88f781e33035f9a6858a357930f7004f')
+sha1sums=('0b681e624af0bec3866d8ad662d40df9aa8b3d7a')
build() {
cd $pkgname-$pkgver
- PYTHON=/usr/bin/python2 ./configure \
+ PYTHON=/usr/bin/python2 HAVE_GCOV_FALSE='#' ./configure \
--prefix=/usr \
--disable-static \
--disable-gtk-doc
More information about the arch-commits
mailing list