Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / libvirt-glib
Commits: 26438e8e by Frederik Schwan at 2023-11-30T14:32:03+01:00 upgpkg: 5.0.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,22 @@ +pkgbase = libvirt-glib + pkgdesc = GLib bindings for libvirt + pkgver = 5.0.0 + pkgrel = 1 + url = https://libvirt.org + arch = x86_64 + license = LGPL2.1 + makedepends = meson + makedepends = intltool + makedepends = gobject-introspection + makedepends = vala + makedepends = python + depends = libvirt + depends = libcap-ng + optdepends = python: support for python + source = https://libvirt.org/sources/glib/libvirt-glib-5.0.0.tar.xz + source = https://libvirt.org/sources/glib/libvirt-glib-5.0.0.tar.xz.asc + validpgpkeys = DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF + sha512sums = bb09474c0d6d4bc00844e7a1ede882f0834d0810804b70b8f8607f2e764f72cc9da14883794e58dd53640433ffaecc13dd3c1c147b82e86fa2fdca6e5903933c + sha512sums = SKIP + +pkgname = libvirt-glib ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ # Contributor: Stefano Facchini <[email protected]> pkgname=libvirt-glib -pkgver=4.0.0 -pkgrel=2 +pkgver=5.0.0 +pkgrel=1 pkgdesc="GLib bindings for libvirt" arch=('x86_64') url="https://libvirt.org" @@ -13,7 +13,7 @@ depends=('libvirt' 'libcap-ng') makedepends=('meson' 'intltool' 'gobject-introspection' 'vala' 'python') optdepends=('python: support for python') source=("https://libvirt.org/sources/glib/$pkgname-$pkgver.tar.xz"{,'.asc'}) -sha512sums=('e1b99e80aa671fa5a4d7f7f7a4ea70ce7c5fdaf97574407f79aa11a75dd177e1e3f92027728a83ded62e305852bbda76eb90326aaa1f5f19b77272b008351810' +sha512sums=('bb09474c0d6d4bc00844e7a1ede882f0834d0810804b70b8f8607f2e764f72cc9da14883794e58dd53640433ffaecc13dd3c1c147b82e86fa2fdca6e5903933c' 'SKIP') validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF') # Daniel P. Berrange <[email protected]> View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libvirt-glib/-/commit/26438e8ede4658791436923c7b3184bdd4e98d65 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libvirt-glib/-/commit/26438e8ede4658791436923c7b3184bdd4e98d65 You're receiving this email because of your account on gitlab.archlinux.org.
