Date: Wednesday, July 29, 2020 @ 15:19:56 Author: heftig Revision: 392686
0.48.8-1 Modified: vala/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-29 14:42:48 UTC (rev 392685) +++ PKGBUILD 2020-07-29 15:19:56 UTC (rev 392686) @@ -1,9 +1,10 @@ -# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Contributor: Levente Polyak <anthraxx[at]archlinux[dot]org> # Contributor: Ionut Biru <[email protected]> # Contributor: Timm Preetz <[email protected]> pkgname=vala -pkgver=0.48.7 +pkgver=0.48.8 pkgrel=1 pkgdesc='Compiler for the GObject type system' url='https://wiki.gnome.org/Projects/Vala' @@ -15,7 +16,7 @@ provides=(valadoc libvala-${pkgver%.*}.so libvaladoc-${pkgver%.*}.so) conflicts=(valadoc) replaces=(valadoc) -_commit=1e06f4986e90624617c4ab74d2742568a598aff7 # tags/0.48.7^0 +_commit=5abdc28cf4a0af78752d66d4eb439120bf986858 # tags/0.48.8^0 source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit") sha256sums=('SKIP')
