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

Antonio Rojas arojas at archlinux.org
Fri Nov 2 11:19:18 UTC 2018


    Date: Friday, November 2, 2018 @ 11:19:18
  Author: arojas
Revision: 337730

Update to 2.1

Modified:
  libsignon-glib/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-02 09:25:02 UTC (rev 337729)
+++ PKGBUILD	2018-11-02 11:19:18 UTC (rev 337730)
@@ -3,7 +3,7 @@
 # Contributor: Balló György <ballogyor+arch at gmail.com>
 
 pkgname=libsignon-glib
-pkgver=2.0
+pkgver=2.1
 pkgrel=1
 pkgdesc='GLib-based client library for applications handling account authentication through the Online Accounts Single Sign-On service'
 arch=(x86_64)
@@ -25,7 +25,7 @@
 build() {
   cd build
   arch-meson ../$pkgname -Dtests=false
-  ninja -j1
+  ninja
 }
 
 package() {



More information about the arch-commits mailing list