libgit2-glib: update to 0.27.8.
This commit is contained in:
parent
70ac99da90
commit
9ce00ca68b
2 changed files with 2 additions and 16 deletions
|
@ -1,14 +0,0 @@
|
||||||
diff --git a/meson.build b/meson.build
|
|
||||||
index e1e9fde..63b958a 100644
|
|
||||||
--- meson.build
|
|
||||||
+++ meson.build
|
|
||||||
@@ -124,7 +124,7 @@ libgit2_dep = dependency('libgit2', version: '>=' + git2_req)
|
|
||||||
enable_gir = get_option('introspection')
|
|
||||||
if enable_gir
|
|
||||||
# XXX: Not nice, but probably our best option
|
|
||||||
- enable_gir = find_program('g-ir-scanner', required: false).found() and not meson.is_cross_build()
|
|
||||||
+ enable_gir = find_program('g-ir-scanner', required: false).found()
|
|
||||||
endif
|
|
||||||
|
|
||||||
enable_vapi = get_option('vapi')
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'libgit2-glib'
|
# Template file for 'libgit2-glib'
|
||||||
pkgname=libgit2-glib
|
pkgname=libgit2-glib
|
||||||
version=0.27.7
|
version=0.27.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/GNOME/${pkgname}"
|
homepage="https://github.com/GNOME/${pkgname}"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=224a0bc1d902729b42ca9424db545c460ff8aaeb08addc2b0a01bf235b4c9d6e
|
checksum=9155b2caf0f882cb2e3ef94bb2390af416c4febc981485bffce6c89cfed7e50e
|
||||||
|
|
||||||
build_options="gir vala"
|
build_options="gir vala"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue