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

Jan Steffens heftig at archlinux.org
Mon Feb 17 18:12:38 UTC 2020


    Date: Monday, February 17, 2020 @ 18:12:38
  Author: heftig
Revision: 375753

22-1

Modified:
  dbus-broker/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-17 15:46:34 UTC (rev 375752)
+++ PKGBUILD	2020-02-17 18:12:38 UTC (rev 375753)
@@ -2,8 +2,8 @@
 # Contributor: David Herrmann <dh.herrmann at gmail.com>
 
 pkgname=dbus-broker
-pkgver=21
-pkgrel=2
+pkgver=22
+pkgrel=1
 pkgdesc="Linux D-Bus Message Broker"
 url="https://groups.google.com/forum/#!forum/bus1-devel"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=(Apache)
 depends=(systemd-libs expat audit)
 makedepends=(git meson systemd python-docutils)
-_commit=d03c640cf52c74688881c46f171c526ba707016f  # tags/v21^0
+_commit=6d55eb8aa772ed7d69d6b98ab007f2308df5a613  # tags/v22^0
 source=("git+https://github.com/bus1/dbus-broker#commit=$_commit"
         git+https://github.com/c-util/c-{rbtree,list,dvar,utf8,shquote,ini,stdaux})
 sha256sums=('SKIP'
@@ -34,7 +34,7 @@
 
   local sm
   for sm in c-{rbtree,list,dvar,utf8,shquote,ini,stdaux}; do
-    git config --local submodule.subprojects/$sm.url "$srcdir/$sm"
+    git submodule set-url subprojects/$sm "$srcdir/$sm"
   done
 
   git submodule update



More information about the arch-commits mailing list