Date: Wednesday, April 10, 2019 @ 12:50:45 Author: heftig Revision: 350522
20-1 Modified: dbus-broker/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-10 09:44:18 UTC (rev 350521) +++ PKGBUILD 2019-04-10 12:50:45 UTC (rev 350522) @@ -2,7 +2,7 @@ # Contributor: David Herrmann <[email protected]> pkgname=dbus-broker -pkgver=19 +pkgver=20 pkgrel=1 pkgdesc="Linux D-Bus Message Broker" url="https://groups.google.com/forum/#!forum/bus1-devel" @@ -10,9 +10,9 @@ license=(Apache) depends=(systemd-libs expat audit) makedepends=(git meson systemd python-docutils) -_commit=227c6eb48a350c5e38584e699aab27a3cc1627f5 # tags/v19^0 +_commit=2d3764f3d35316dfbf8f9c07ad58dc3ff335f22b # tags/v20^0 source=("git+https://github.com/bus1/dbus-broker#commit=$_commit" - git+https://github.com/c-util/c-{rbtree,sundry,list,dvar,utf8,shquote,ini}) + git+https://github.com/c-util/c-{rbtree,list,dvar,utf8,shquote,ini,stdaux}) sha256sums=('SKIP' 'SKIP' 'SKIP' @@ -33,7 +33,7 @@ git submodule init local sm - for sm in c-{rbtree,sundry,list,dvar,utf8,shquote,ini}; do + for sm in c-{rbtree,list,dvar,utf8,shquote,ini,stdaux}; do git config --local submodule.subprojects/$sm.url "$srcdir/$sm" done
