Date: Monday, May 7, 2018 @ 09:02:39 Author: heftig Revision: 323414 3.28.2-1
Modified: gnome-logs/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-07 08:58:42 UTC (rev 323413) +++ PKGBUILD 2018-05-07 09:02:39 UTC (rev 323414) @@ -2,7 +2,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=gnome-logs -pkgver=3.28.0+1+gea3e78c +pkgver=3.28.2 pkgrel=1 pkgdesc="A log viewer for the systemd journal" arch=(x86_64) @@ -11,7 +11,7 @@ depends=(systemd gtk3 gsettings-desktop-schemas) makedepends=(appstream-glib git meson itstool) groups=(gnome) -_commit=ea3e78c89697deeb2b404166dccd62e6baf8f70d # gnome-3-28 +_commit=72b6206dec3a68514edc02167d8b1110c35551ee # tags/gnome-logs-3.28.2^0 source=("git+https://git.gnome.org/browse/gnome-logs#commit=$_commit") sha256sums=('SKIP') @@ -26,7 +26,7 @@ } build() { - arch-meson $pkgname build + arch-meson $pkgname build -D tests=true ninja -C build }
