Skip to content

Commit

Permalink
libcloudproviders: update to 0.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
sgn committed Sep 18, 2020
1 parent b2d10ba commit 712a508
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions srcpkgs/libcloudproviders/template
@@ -1,7 +1,7 @@
# Template file for 'libcloudproviders'
pkgname=libcloudproviders
version=0.3.0
revision=3
version=0.3.1
revision=1
build_style=meson
build_helper="gir"
configure_args="-Dintrospection=$(vopt_if gir true false)
Expand All @@ -13,10 +13,10 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-3.0-or-later"
homepage="https://gitlab.gnome.org/Incubator/libcloudproviders"
distfiles="${homepage}/-/archive/${version}/libcloudproviders-${version}.tar.gz"
checksum=15c9d82885baa101eb2542d7de1fcba4824e885726bee07c2b9d8f938b0bcadd
checksum=bd00e7b85d84d201bd36f6e460555d8ba41246d63d5f3607ff7542a257f27236

build_options="gir vala"
build_options_default="gir vala"
build_options="gir"
build_options_default="gir"

libcloudproviders-devel_package() {
depends="${sourcepkg}-${version}_${revision} glib-devel"
Expand All @@ -27,8 +27,6 @@ libcloudproviders-devel_package() {
vmove usr/lib/pkgconfig
if [ "$build_option_gir" ]; then
vmove usr/share/gir-1.0
fi
if [ "$build_option_vala" ]; then
vmove usr/share/vala
fi
}
Expand Down

0 comments on commit 712a508

Please sign in to comment.