David Runge pushed to branch main at Arch Linux / Packaging / Packages / vmexec
Commits: b075466f by David Runge at 2026-07-13T10:33:40+02:00 Remove rpm-tools from the list of dependencies Related-to: https://gitlab.archlinux.org/archlinux/packaging/packages/libguestfs/-/commit/f56e9661dca6a3bd7e01cb171668ff619dbcd717 Signed-off-by: David Runge <[email protected]> - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -7,7 +7,7 @@ pkgdesc="Run a single command in a speedy virtual machine with zero-setup" arch=('x86_64') url="https://github.com/svenstaro/vmexec" license=('MIT') -depends=('libguestfs' 'libgcc' 'glibc' 'rpm-tools') +depends=('libguestfs' 'libgcc' 'glibc') makedepends=('rust') source=(vmexec-$pkgver.tar.gz::https://gitlab.archlinux.org/archlinux/vmexec/-/archive/v${pkgver}/vmexec-v${pkgver}.tar.gz) sha512sums=('47ad9e674ef7eb2d4b0f60fa7d09b5ad4bf753e332a71974262fcfa0e8649874906a6e481eba55ed1fc0f44118d52540633b8f1502379a6c6625da7a6d509109') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/vmexec/-/commit/b075466f179596217218f0b8719f1536e510a53e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/vmexec/-/commit/b075466f179596217218f0b8719f1536e510a53e You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
