summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67d253ab00bc..f68a74dc208d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = libvirt-hook-helper-git
pkgrel = 1
arch = any
license = MIT
+ makedepends = git
provides = libvirt-hook-helper
conflicts = libvirt-hook-helper
source = libvirt-hook-helper::git+https://github.com/PassthroughPOST/VFIO-Tools
diff --git a/PKGBUILD b/PKGBUILD
index e671abcc9834..7df8e90d0740 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _binname=qemu
_pkgname=libvirt-hook-helper
pkgname=libvirt-hook-helper-git
pkgver=r50.2bb6d4c
-pkgrel=1
+pkgrel=3
pkgdesc="Helper tool to run scripts on libvirt VM startup or shutdown"
arch=('any')
license=('MIT')