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

Jan Steffens heftig at archlinux.org
Thu Sep 5 09:39:17 UTC 2019


    Date: Thursday, September 5, 2019 @ 09:39:17
  Author: heftig
Revision: 361676

0.19.0-1

Modified:
  libsecret/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-05 09:31:34 UTC (rev 361675)
+++ PKGBUILD	2019-09-05 09:39:17 UTC (rev 361676)
@@ -1,8 +1,8 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=libsecret
-pkgver=0.18.8
-pkgrel=2
+pkgver=0.19.0
+pkgrel=1
 pkgdesc="Library for storing and retrieving passwords and other secrets"
 url="https://wiki.gnome.org/Projects/Libsecret"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 checkdepends=(python-dbus dbus-glib python-gobject gjs)
 makedepends=(docbook-xsl gobject-introspection vala git gtk-doc meson valgrind)
 optdepends=('gnome-keyring: key storage service, or use any other service implementing org.freedesktop.secrets')
-_commit=b5442654d483e959ac9ecd3a3fb9eebc8d9d8399  # tags/0.18.8^0
+_commit=be541cf9d4a81b97f55794a5b1de50f92aac1fbb  # tags/0.19.0^0
 source=("git+https://gitlab.gnome.org/GNOME/libsecret.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -25,13 +25,12 @@
 }
 
 build() {
-  CFLAGS+=" -DHAVE_MLOCK"  # https://gitlab.gnome.org/GNOME/libsecret/issues/23
   arch-meson $pkgname build
   ninja -C build
 }
 
 check() {
-  dbus-run-session meson test -C build
+  dbus-run-session meson test -C build --print-errorlogs
 }
 
 package() {



More information about the arch-commits mailing list