* update vala to 0.56.16-1

This commit is contained in:
Alexander Baldeck 2024-04-07 10:29:07 +02:00
parent 5526360060
commit 71a908804f

View File

@ -5,15 +5,17 @@
# Contributor: Timm Preetz <timm@preetz.us>
pkgname=vala
pkgver=0.56.14
pkgver=0.56.16
pkgrel=1
pkgdesc='Compiler for the GObject type system'
url='https://wiki.gnome.org/Projects/Vala'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
license=(LGPL)
license=(LGPL-2.1-or-later)
depends=(
bash
gcc
glib2
glibc
graphviz
gtk-doc
pkg-config
@ -37,7 +39,7 @@ provides=(
)
conflicts=(valadoc)
replaces=(valadoc)
_commit=c36a694d9bf09b622aac7f9b9e0af70c966b721e # tags/0.56.14^0
_commit=b6f944c4601092cad4dbb3d1e3bbbf84fa0ee000 # tags/0.56.16^0
source=("git+https://gitlab.gnome.org/GNOME/vala.git#commit=$_commit")
b2sums=('SKIP')