Package Details: walbottle-git 0.2.0.r71.ge643df3-1

Git Clone URL: https://aur.archlinux.org/walbottle-git.git (read-only, click to copy)
Package Base: walbottle-git
Description: Walbottle is a project for generating JSON unit test vectors from JSON Schemas. It provides a library, libwalbottle, which implements JSON Schema parsing and test vector generation.
Upstream URL: https://gitlab.com/walbottle/walbottle-git
Keywords: check gio glib json parsing tests unit
Licenses: LGPL2.1
Conflicts: walbottle
Provides: walbottle
Submitter: VxlerieUwU
Maintainer: VxlerieUwU
Last Packager: VxlerieUwU
Votes: 0
Popularity: 0.000000
First Submitted: 2023-03-04 12:07 (UTC)
Last Updated: 2023-03-04 12:07 (UTC)

Latest Comments

yochananmarqos commented on 2023-03-21 16:27 (UTC) (edited on 2023-03-21 16:28 (UTC) by yochananmarqos)

Missing build dependencies on git and meson. gobject-introspection is always a build dependency, never a runtime dependency.

Please make the following corrections:

depends=('json-glib')
makedepends=('git' 'gobject-introspection' 'meson')
provides=('libwalbottle-0.so')

The URL is incorrect, it should be https://gitlab.com/walbottle/walbottle, not https://gitlab.com/walbottle/walbottle-git.