Date: Friday, September 25, 2020 @ 18:44:20 Author: heftig Revision: 396560
0.62.0-1 Modified: vte3/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-25 18:07:21 UTC (rev 396559) +++ PKGBUILD 2020-09-25 18:44:20 UTC (rev 396560) @@ -1,9 +1,9 @@ -# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Ionut Biru <[email protected]> pkgbase=vte3 pkgname=(vte3 vte-common) -pkgver=0.60.3 +pkgver=0.62.0 pkgrel=1 pkgdesc="Virtual Terminal Emulator widget" url="https://wiki.gnome.org/Apps/Terminal/VTE" @@ -11,7 +11,7 @@ license=(LGPL) depends=(gtk3 pcre2 gnutls fribidi systemd-libs) makedepends=(gobject-introspection vala git gtk-doc gperf meson) -_commit=14e68fbe47de262e8b25d8bbbf6eef6fd7c28cc2 # tags/0.60.3^0 +_commit=a6bd0926440d4bd854cb04f2daa35099b657a148 # tags/0.62.0^0 source=("git+https://gitlab.gnome.org/GNOME/vte.git#commit=$_commit") sha256sums=('SKIP') @@ -26,7 +26,7 @@ build() { arch-meson vte build -D docs=true -D b_lto=false - ninja -C build + meson compile -C build } check() {
