[arch-commits] Commit in libaccounts-glib/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Dec 10 21:19:22 UTC 2015


    Date: Thursday, December 10, 2015 @ 22:19:22
  Author: arojas
Revision: 255774

Update to 1.19

Modified:
  libaccounts-glib/trunk/PKGBUILD

----------+
 PKGBUILD |   24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-10 21:15:09 UTC (rev 255773)
+++ PKGBUILD	2015-12-10 21:19:22 UTC (rev 255774)
@@ -1,22 +1,24 @@
 # $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=libaccounts-glib
-pkgver=1.18
+pkgver=1.19
 pkgrel=1
 pkgdesc="Glib-based client library for accessing the online accounts database"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url="https://gitlab.com/accounts-sso/libaccounts-glib"
-license=('LGPL')
-depends=('dbus-glib' 'libxml2' 'sqlite')
-makedepends=('python2-gobject' 'docbook-xsl')
-source=("https://sources.archlinux.org/other/packages/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('fa37ebbe1cc1e8b738368ba86142c197')
+license=(LGPL)
+depends=(dbus-glib libxml2 sqlite)
+makedepends=(python-gobject docbook-xsl gtk-doc)
+source=("https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.tar.gz?ref=VERSION_$pkgver")
+md5sums=('2b7502129ad7bb4f1af2ada5324991d1')
 
 build() {
-  cd $pkgname-$pkgver
-  PYTHON=/usr/bin/python2 HAVE_GCOV_FALSE='#' ./configure \
+  cd $pkgname-*
+  ./autogen.sh
+  ./configure \
     --prefix=/usr \
     --disable-static \
     --disable-gtk-doc
@@ -24,6 +26,6 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd $pkgname-*
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list