Date: Friday, September 13, 2019 @ 09:35:31 Author: heftig Revision: 362465
3.34.0-1 Modified: gedit/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-13 09:33:59 UTC (rev 362464) +++ PKGBUILD 2019-09-13 09:35:31 UTC (rev 362465) @@ -2,8 +2,8 @@ # Contributor: Jan de Groot <[email protected]> pkgname=gedit -pkgver=3.32.2 -pkgrel=2 +pkgver=3.34.0 +pkgrel=1 pkgdesc="GNOME Text Editor" url="https://wiki.gnome.org/Apps/Gedit" arch=(x86_64) @@ -13,7 +13,7 @@ optdepends=('gedit-plugins: Additional features') conflicts=('gedit-code-assistance<=3.16.0+4+gd19b879-1') groups=(gnome) -_commit=25137ac64a9a12a4c30e89e761ebaeb36118ed58 # tags/3.32.2^0 +_commit=0d36c5da8b1d3108aaa0845e4939fddc36b9672a # tags/3.34.0^0 source=("git+https://gitlab.gnome.org/GNOME/gedit.git#commit=$_commit" "git+https://gitlab.gnome.org/GNOME/libgd.git") sha256sums=('SKIP' @@ -30,7 +30,7 @@ } check() { - meson test -C build + meson test -C build --print-errorlogs } package() {
