Date: Friday, September 13, 2019 @ 09:18:24 Author: heftig Revision: 362445
3.34.0-1 Modified: baobab/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-13 09:17:24 UTC (rev 362444) +++ PKGBUILD 2019-09-13 09:18:24 UTC (rev 362445) @@ -2,7 +2,7 @@ # Contributor: Ionut Biru <[email protected]> pkgname=baobab -pkgver=3.32.0 +pkgver=3.34.0 pkgrel=1 pkgdesc="A graphical directory tree analyzer" url="https://wiki.gnome.org/Apps/DiskUsageAnalyzer" @@ -11,7 +11,7 @@ depends=(dconf gtk3 gsettings-desktop-schemas librsvg) makedepends=(vala gobject-introspection yelp-tools appstream-glib git meson) groups=(gnome) -_commit=40614a70d361e67d6377409d97c1771ae1d19f47 # tags/3.32.0^0 +_commit=19d9c16ac1e8fe18c13d413655a73979c3b0e116 # tags/3.34.0^0 source=("git+https://gitlab.gnome.org/GNOME/baobab.git#commit=$_commit") sha256sums=('SKIP') @@ -26,7 +26,7 @@ } check() { - meson test -C build + meson test -C build --print-errorlogs } package() {
