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

Jan Steffens heftig at archlinux.org
Wed Apr 5 18:20:58 UTC 2017


    Date: Wednesday, April 5, 2017 @ 18:20:57
  Author: heftig
Revision: 292185

0.18.5+14+g9980655-1

Modified:
  libsecret/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-05 18:19:40 UTC (rev 292184)
+++ PKGBUILD	2017-04-05 18:20:57 UTC (rev 292185)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=libsecret
-pkgver=0.18.5+8+g2ab34b2
+pkgver=0.18.5+14+g9980655
 pkgrel=1
 pkgdesc="Library for storing and retrieving passwords and other secrets"
 arch=(i686 x86_64)
@@ -12,7 +12,7 @@
 checkdepends=(python-dbus dbus-glib python-gobject gjs)
 makedepends=(intltool docbook-xsl gobject-introspection vala git gtk-doc)
 optdepends=('gnome-keyring: key storage service (or use any other service implementing org.freedesktop.secrets)')
-_commit=2ab34b2b5dd5c3da733ced23391856e36bed7c59  # gnome-3-20
+_commit=998065599c66055dcffa1ef1ddebb947ccd68248  # master
 source=("git+https://git.gnome.org/browse/libsecret#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -35,7 +35,7 @@
 
 check() {
   cd $pkgname
-  PATH="$srcdir/path:$PATH" dbus-run-session make -k check 
+  dbus-run-session make -k check 
 }
 
 package() {



More information about the arch-commits mailing list