Date: Thursday, June 6, 2019 @ 06:47:26 Author: alucryd Revision: 477410
upgpkg: pantheon-terminal 5.3.5-1 Modified: pantheon-terminal/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-06-06 06:42:43 UTC (rev 477409) +++ PKGBUILD 2019-06-06 06:47:26 UTC (rev 477410) @@ -1,11 +1,11 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=pantheon-terminal -pkgver=5.3.3 +pkgver=5.3.5 pkgrel=1 pkgdesc='The Pantheon Terminal Emulator' arch=(x86_64) -url='https://github.com/elementary/terminal' +url=https://github.com/elementary/terminal license=(GPL3) depends=( appstream @@ -27,7 +27,7 @@ build() { arch-meson pantheon-terminal build \ - -Dubuntu-bionic-patched-vte='false' + -Dubuntu-bionic-patched-vte=false ninja -C build }
