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

Jan Steffens heftig at archlinux.org
Tue Jan 1 20:53:58 UTC 2019


    Date: Tuesday, January 1, 2019 @ 20:53:57
  Author: heftig
Revision: 342869

17-1

Modified:
  dbus-broker/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-01 20:15:23 UTC (rev 342868)
+++ PKGBUILD	2019-01-01 20:53:57 UTC (rev 342869)
@@ -2,22 +2,24 @@
 # Contributor: David Herrmann <dh.herrmann at gmail.com>
 
 pkgname=dbus-broker
-pkgver=16
+pkgver=17
 pkgrel=1
 pkgdesc="Linux D-Bus Message Broker"
 url="https://groups.google.com/forum/#!forum/bus1-devel"
 arch=(x86_64)
 license=(Apache)
-depends=(libsystemd expat glib2 audit)
+depends=(libsystemd expat audit)
 makedepends=(git meson systemd python-docutils)
-_commit=fc874afa0992d0c75ec25acb43d344679f0ee7d2  # tags/v16^0
+_commit=2902f7d21c3762c5c6941201c9745287c0f2fd80  # tags/v17^0
 source=("git+https://github.com/bus1/dbus-broker#commit=$_commit"
-        git+https://github.com/c-util/c-{rbtree,sundry,list,dvar,utf8})
+        git+https://github.com/c-util/c-{rbtree,sundry,list,dvar,utf8,shquote,ini})
 sha256sums=('SKIP'
             'SKIP'
             'SKIP'
             'SKIP'
             'SKIP'
+            'SKIP'
+            'SKIP'
             'SKIP')
 
 pkgver() {
@@ -31,7 +33,7 @@
   git submodule init
 
   local sm
-  for sm in c-{rbtree,sundry,list,dvar,utf8}; do
+  for sm in c-{rbtree,sundry,list,dvar,utf8,shquote,ini}; do
     git config --local submodule.subprojects/$sm.url "$srcdir/$sm"
   done
 



More information about the arch-commits mailing list