summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhwangeug2023-07-30 10:28:37 -0700
committerhwangeug2023-07-30 10:31:05 -0700
commitacb5346f5b06f6e4f994f4e594fc61a9d5615859 (patch)
treeed51e7f0d45a0b177215b4938362f8372e43e33d
parente6462a442931a4fecf0cf97162d87fe07bc2d108 (diff)
downloadaur-acb5346f5b06f6e4f994f4e594fc61a9d5615859.tar.gz
added git to makedepends
-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')