Date: Wednesday, March 25, 2020 @ 22:49:17 Author: heftig Revision: 378498
0.48.2-1 Modified: vala/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-25 21:30:08 UTC (rev 378497) +++ PKGBUILD 2020-03-25 22:49:17 UTC (rev 378498) @@ -3,7 +3,7 @@ # Contributor: Timm Preetz <[email protected]> pkgname=vala -pkgver=0.48.1 +pkgver=0.48.2 pkgrel=1 pkgdesc='Compiler for the GObject type system' url='https://wiki.gnome.org/Projects/Vala' @@ -15,7 +15,7 @@ provides=(valadoc libvala-${pkgver%.*}.so libvaladoc-${pkgver%.*}.so) conflicts=(valadoc) replaces=(valadoc) -_commit=bca593bf3c434270e41d11b1edd266ff61bebf4f # tags/0.48.1^0 +_commit=9e0ed97536dbbd48dc35146289e570bef5589260 # tags/0.48.2^0 source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit") sha256sums=('SKIP') @@ -26,9 +26,6 @@ prepare() { cd $pkgname - - git cherry-pick --no-commit a54e4d89 # https://gitlab.gnome.org/GNOME/vala/issues/847 - NOCONFIGURE=1 ./autogen.sh }
