Date: Wednesday, February 26, 2020 @ 10:50:26 Author: heftig Revision: 376255
3.32.1+17+gb4c8155f-1 Modified: gitg/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-26 10:41:48 UTC (rev 376254) +++ PKGBUILD 2020-02-26 10:50:26 UTC (rev 376255) @@ -1,8 +1,8 @@ # Contributor: Eric Bélanger <[email protected]> pkgname=gitg -pkgver=3.32.1 -pkgrel=2 +pkgver=3.32.1+17+gb4c8155f +pkgrel=1 epoch=1 pkgdesc="GNOME GUI client to view git repositories" url="https://wiki.gnome.org/Apps/Gitg" @@ -11,7 +11,7 @@ depends=(gtksourceview3 git libgit2-glib libgee webkit2gtk libpeas gtkspell3 python-gobject libdazzle) makedepends=(gobject-introspection git meson vala) -_commit=3bb93630770dbc8859017f59aa67fab1e19843a3 # tags/v3.32.1^0 +_commit=b4c8155f641ed2d1afa8a090a04b44853286abe1 # gnome-3-32 source=("git+https://gitlab.gnome.org/GNOME/gitg.git#commit=$_commit") sha256sums=('SKIP') @@ -30,7 +30,7 @@ } check() { - meson test -C build + meson test -C build --print-errorlogs } package() {
