Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / libvirt-dbus


Commits:
09e6c954 by Massimiliano Torromeo at 2025-01-01T12:53:58+01:00
Added nvchecker configuration

- - - - -
0c788fcc by Massimiliano Torromeo at 2025-01-01T13:23:57+01:00
Fully locked sysuser

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = libvirt-dbus
        pkgdesc = Wrapper around libvirt API to provide a high-level 
object-oriented API better suited for dbus-based applications
        pkgver = 1.4.1
-       pkgrel = 3
+       pkgrel = 4
        url = https://libvirt.org/dbus.html
        arch = x86_64
        license = LGPL-2.1-or-later


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,4 @@
+[libvirt-dbus]
+source = "regex"
+url = "https://download.libvirt.org/dbus/";
+regex = "libvirt-dbus-([0-9\\.]+)\\.tar"


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=libvirt-dbus
 pkgver=1.4.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Wrapper around libvirt API to provide a high-level object-oriented 
API better suited for dbus-based applications"
 arch=('x86_64')
 url="https://libvirt.org/dbus.html";
@@ -27,6 +27,6 @@ check() {
 package() {
   meson install -C build --destdir "${pkgdir}"
 
-  echo "u libvirtdbus - -" |
-    install -Dm0755 /dev/stdin "${pkgdir}/usr/lib/sysusers.d/libvirtdbus.conf"
+  echo "u! libvirtdbus - -" |
+    install -Dm0644 /dev/stdin "${pkgdir}/usr/lib/sysusers.d/libvirtdbus.conf"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libvirt-dbus/-/compare/30deb88451ed14d1f247ef133f819137d6bd6de9...0c788fccfce64220e7f68610aceb9d19866ba4d9

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libvirt-dbus/-/compare/30deb88451ed14d1f247ef133f819137d6bd6de9...0c788fccfce64220e7f68610aceb9d19866ba4d9
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to