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

Antonio Rojas arojas at archlinux.org
Thu Dec 10 20:26:32 UTC 2015


    Date: Thursday, December 10, 2015 @ 21:26:32
  Author: arojas
Revision: 255765

Update to 1.13

Modified:
  libsignon-glib/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-10 20:19:47 UTC (rev 255764)
+++ PKGBUILD	2015-12-10 20:26:32 UTC (rev 255765)
@@ -4,22 +4,21 @@
 # Contributor: Balló György <ballogyor+arch at gmail.com>
 
 pkgname=libsignon-glib
-pkgver=1.12
-pkgrel=2
+pkgver=1.13
+pkgrel=1
 pkgdesc='GLib-based client library for applications handling account authentication through the Online Accounts Single Sign-On service'
 arch=(i686 x86_64)
 url='https://gitlab.com/accounts-sso/libsignon-glib'
 license=(LGPL2.1)
 depends=(signon)
-makedepends=(python2-gobject gtk-doc gobject-introspection)
-source=("https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=$pkgver")
-md5sums=('e12a123d9093a62700b46fa2c6ed8e56')
+makedepends=(python-gobject gtk-doc gobject-introspection)
+source=("https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=VERSION_$pkgver")
+md5sums=('54a6d51db16934d36e0547b3cfbdf25f')
 
 build() {
-  cd $pkgname.git
+  cd $pkgname-VERSION_$pkgver-*
 
-  export PYTHON='/usr/bin/python2'
-
+#  export PYTHON='/usr/bin/python2'
   ./autogen.sh
   ./configure \
     --prefix='/usr' \
@@ -29,8 +28,7 @@
 }
 
 package() {
-  cd $pkgname.git
+  cd $pkgname-VERSION_$pkgver-*
 
   make DESTDIR="$pkgdir" install
 }
-



More information about the arch-commits mailing list