Date: Wednesday, July 11, 2018 @ 14:37:10 Author: heftig Revision: 328248
3.28.5-1 Modified: gnome-logs/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-07-11 13:06:35 UTC (rev 328247) +++ PKGBUILD 2018-07-11 14:37:10 UTC (rev 328248) @@ -2,7 +2,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=gnome-logs -pkgver=3.28.4 +pkgver=3.28.5 pkgrel=1 pkgdesc="A log viewer for the systemd journal" arch=(x86_64) @@ -9,9 +9,9 @@ url="https://wiki.gnome.org/Apps/Logs" license=(GPL) depends=(systemd gtk3 gsettings-desktop-schemas) -makedepends=(appstream-glib git meson itstool) +makedepends=(appstream-glib git meson itstool docbook-xsl) groups=(gnome) -_commit=438c13c2896c600192625fdef7735c566ce51fe0 # tags/gnome-logs-3.28.4^0 +_commit=1330a8bd43310a9a85db0deb262f71c643c5c5b4 # tags/gnome-logs-3.28.5^0 source=("git+https://gitlab.gnome.org/GNOME/gnome-logs.git#commit=$_commit") sha256sums=('SKIP') @@ -25,7 +25,7 @@ } build() { - arch-meson $pkgname build -D tests=true + arch-meson $pkgname build -D tests=true -D man=true ninja -C build }
