Package Details: libvirt-hook-helper-git r50.2bb6d4c-1

Git Clone URL: https://aur.archlinux.org/libvirt-hook-helper-git.git (read-only, click to copy)
Package Base: libvirt-hook-helper-git
Description: Helper tool to run scripts on libvirt VM startup or shutdown
Upstream URL: None
Licenses: MIT
Conflicts: libvirt-hook-helper
Provides: libvirt-hook-helper
Submitter: hwangeug
Maintainer: hwangeug
Last Packager: hwangeug
Votes: 1
Popularity: 0.000000
First Submitted: 2020-11-29 01:30 (UTC)
Last Updated: 2023-07-30 17:31 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

SnipeX commented on 2023-07-30 12:28 (UTC)

please add makedepends=('git') to the PKGBUILD so it can be built in a clean chroot.

Thanks

kescherAUR commented on 2022-01-11 12:40 (UTC)

Please apply the following git diff, especially the part where the source array is changed:

diff --git a/.SRCINFO b/.SRCINFO
index fc0725d..67d253a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
 pkgbase = libvirt-hook-helper-git
        pkgdesc = Helper tool to run scripts on libvirt VM startup or shutdown
-       pkgver = r42.0bdc0aa
+       pkgver = r50.2bb6d4c
        pkgrel = 1
        arch = any
        license = MIT
        provides = libvirt-hook-helper
        conflicts = libvirt-hook-helper
-       source = libvirt-hook-helper::git://github.com/PassthroughPOST/VFIO-Tools
+       source = libvirt-hook-helper::git+https://github.com/PassthroughPOST/VFIO-Tools
        sha256sums = SKIP

 pkgname = libvirt-hook-helper-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 7bbd205..6498d2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,16 @@
 # Maintainer: eugene hwang <hwang dot eug at gmail dot com>

-_reponame=VFIO-Tools
 _binname=qemu
 _pkgname=libvirt-hook-helper
 pkgname=libvirt-hook-helper-git
-pkgver=r42.0bdc0aa
+pkgver=r50.2bb6d4c
 pkgrel=1
 pkgdesc="Helper tool to run scripts on libvirt VM startup or shutdown"
 arch=('any')
 license=('MIT')
 provides=('libvirt-hook-helper')
 conflicts=('libvirt-hook-helper')
-source=("${_pkgname}::git://github.com/PassthroughPOST/VFIO-Tools")
+source=("${_pkgname}::git+https://github.com/PassthroughPOST/VFIO-Tools")
 sha256sums=('SKIP')

 pkgver() {