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

Antonio Rojas arojas at archlinux.org
Fri Jul 27 17:24:10 UTC 2018


    Date: Friday, July 27, 2018 @ 17:24:09
  Author: arojas
Revision: 329598

Update to 1.15

Modified:
  libsignon-glib/trunk/PKGBUILD

----------+
 PKGBUILD |   23 ++++++++++++++---------
 1 file changed, 14 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-27 16:39:17 UTC (rev 329597)
+++ PKGBUILD	2018-07-27 17:24:09 UTC (rev 329598)
@@ -4,30 +4,35 @@
 # Contributor: Balló György <ballogyor+arch at gmail.com>
 
 pkgname=libsignon-glib
-pkgver=1.14
-pkgrel=3
+pkgver=1.15
+pkgrel=1
 pkgdesc='GLib-based client library for applications handling account authentication through the Online Accounts Single Sign-On service'
 arch=(x86_64)
 url='https://gitlab.com/accounts-sso/libsignon-glib'
 license=(LGPL2.1)
 depends=(signond)
-makedepends=(python-gobject gtk-doc gobject-introspection)
-source=("https://gitlab.com/accounts-sso/$pkgname/repository/archive.tar.gz?ref=VERSION_$pkgver")
-md5sums=('bab7b59fa0b2dc1a5bd7489a22286b76')
+makedepends=(python-gobject gtk-doc gobject-introspection vala git)
+source=("git+https://gitlab.com/accounts-sso/${pkgname}#tag=VERSION_$pkgver")
+sha256sums=('SKIP')
 
+prepare() {
+  cd $pkgname
+  git submodule init
+  git submodule update
+}
+
 build() {
-  cd $pkgname-VERSION_$pkgver-*
-
+  cd $pkgname
   ./autogen.sh
   ./configure \
     --prefix='/usr' \
     --localstatedir='/var' \
     --sysconfdir='/etc'
-  make -j1
+  make
 }
 
 package() {
-  cd $pkgname-VERSION_$pkgver-*
+  cd $pkgname
 
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list