Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/vala/template
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Template file for 'vala'
pkgname=vala
# Should be kept in sync with 'valadoc' (shared distfiles)
version=0.56.18
revision=2
version=0.56.19
revision=1
build_style=gnu-configure
configure_args="--disable-valadoc GI_GIRDIR=/usr/share/gir-1.0"
hostmakedepends="flex libxslt pkg-config automake libtool"
Expand All @@ -14,7 +14,7 @@ license="LGPL-2.1-or-later"
homepage="https://wiki.gnome.org/Projects/Vala"
changelog="https://gitlab.gnome.org/GNOME/vala/raw/master/NEWS"
distfiles="${GNOME_SITE}/vala/${version%.*}/vala-${version}.tar.xz"
checksum=f2affe7d40ab63db8e7b9ecc3f6bdc9c2fc7e3134c84ff2d795f482fe926a382
checksum=5ad7cbbfcc0de61b403d6797c9ef60455bfbebd8e162aec33b5b0b097adfb9d5
shlib_provides="libvalaccodegen.so"
make_check=extended # take a lot of time

Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/valadoc/template
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Template file for 'valadoc'
pkgname=valadoc
# Should be kept in sync with 'vala' (shared distfiles)
version=0.56.18
revision=4
version=0.56.19
revision=1
build_style=gnu-configure
configure_args="--with-cgraph=yes GI_GIRDIR=/usr/share/gir-1.0"
hostmakedepends="flex libxslt pkg-config automake libtool vala"
Expand All @@ -15,7 +15,7 @@ license="LGPL-2.1-or-later"
homepage="https://wiki.gnome.org/Projects/Vala"
changelog="https://gitlab.gnome.org/GNOME/vala/raw/master/NEWS"
distfiles="${GNOME_SITE}/vala/${version%.*}/vala-${version}.tar.xz"
checksum=f2affe7d40ab63db8e7b9ecc3f6bdc9c2fc7e3134c84ff2d795f482fe926a382
checksum=5ad7cbbfcc0de61b403d6797c9ef60455bfbebd8e162aec33b5b0b097adfb9d5

pre_configure() {
autoreconf -if
Expand Down