Date: Thursday, October 11, 2018 @ 15:59:15 Author: heftig Revision: 336396
16-1 Modified: dbus-broker/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-11 12:42:18 UTC (rev 336395) +++ PKGBUILD 2018-10-11 15:59:15 UTC (rev 336396) @@ -2,15 +2,15 @@ # Contributor: David Herrmann <[email protected]> pkgname=dbus-broker -pkgver=15 -pkgrel=2 +pkgver=16 +pkgrel=1 pkgdesc="Linux D-Bus Message Broker" -url="https://github.com/bus1/dbus-broker" +url="https://groups.google.com/forum/#!forum/bus1-devel" arch=(x86_64) license=(Apache) depends=(libsystemd expat glib2 audit) makedepends=(git meson systemd python-docutils) -_commit=56fe1c3cfcd0737b017556b373a02320ccec68ff # tags/v15^0 +_commit=fc874afa0992d0c75ec25acb43d344679f0ee7d2 # tags/v16^0 source=("git+https://github.com/bus1/dbus-broker#commit=$_commit" git+https://github.com/c-util/c-{rbtree,sundry,list,dvar,utf8}) sha256sums=('SKIP' @@ -28,11 +28,13 @@ prepare() { cd $pkgname + git submodule init + local sm - git submodule init for sm in c-{rbtree,sundry,list,dvar,utf8}; do git config --local submodule.subprojects/$sm.url "$srcdir/$sm" done + git submodule update }
