vte3: update to 0.56.0.

This commit is contained in:
Rasmus Thomsen 2019-03-12 00:13:47 +01:00 committed by maxice8
parent 1320240896
commit 2201d56b77
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'vte3' # Template file for 'vte3'
pkgname=vte3 pkgname=vte3
version=0.54.3 version=0.56.0
revision=1 revision=1
wrksrc="vte-${version}" wrksrc="vte-${version}"
build_style=gnu-configure build_style=gnu-configure
@ -16,7 +16,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-3.0-or-later, LGPL-2.1-or-later, LGPL-3.0-or-later" license="GPL-3.0-or-later, LGPL-2.1-or-later, LGPL-3.0-or-later"
homepage="https://wiki.gnome.org/Apps/Terminal/VTE" homepage="https://wiki.gnome.org/Apps/Terminal/VTE"
distfiles="${GNOME_SITE}/vte/${version%.*}/vte-${version}.tar.xz" distfiles="${GNOME_SITE}/vte/${version%.*}/vte-${version}.tar.xz"
checksum=693682145025c2af72d1070afaecba111351e747b4ba8f4a9d246b139f44ebfd checksum=5fab50e66b9d5bb7dfc6a1a9c334ed10d60b63f4a222f11281bba977ae11b7f0
# Suppress warnings as errors for NULL format strings (musl libc) # Suppress warnings as errors for NULL format strings (musl libc)
CXXFLAGS="-Wno-error=format=" CXXFLAGS="-Wno-error=format="