Date: Wednesday, March 13, 2019 @ 20:43:02 Author: heftig Revision: 347860
0.32.0-1 Modified: dconf/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-13 20:40:13 UTC (rev 347859) +++ PKGBUILD 2019-03-13 20:43:02 UTC (rev 347860) @@ -2,7 +2,7 @@ # Contributor: Ionut Biru <[email protected]> pkgname=dconf -pkgver=0.30.1 +pkgver=0.32.0 pkgrel=1 pkgdesc="Configuration database system" url="https://wiki.gnome.org/Projects/dconf" @@ -10,7 +10,7 @@ license=(LGPL2.1) depends=(glib2) makedepends=(vala dbus git gtk-doc python meson bash-completion) -_commit=6eba98fd6fb39aed73836d5468a516c2ed1a2cb8 # tags/0.30.1^0 +_commit=7419a726a2dbaca7781cec4eeb65bd1334a523d7 # tags/0.32.0^0 source=("git+https://gitlab.gnome.org/GNOME/dconf.git#commit=$_commit") sha256sums=('SKIP') @@ -29,8 +29,7 @@ } check() { - # dbus tests can't connect and dbus-run-session doesn't help - meson test -C build || : + meson test -C build } package() {
