summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhwangeug2023-07-30 10:28:37 -0700
committerhwangeug2023-07-30 10:28:37 -0700
commite6462a442931a4fecf0cf97162d87fe07bc2d108 (patch)
treefe924e0008c8efbcaee2cd48b0eeea5307e8abad
parentac52b2daab78b9dfae024670f6d2f97745904800 (diff)
downloadaur-e6462a442931a4fecf0cf97162d87fe07bc2d108.tar.gz
added git to makedepends
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 486510b290ad..e671abcc9834 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ arch=('any')
license=('MIT')
provides=('libvirt-hook-helper')
conflicts=('libvirt-hook-helper')
+makedepends=('git')
source=("${_pkgname}::git+https://github.com/PassthroughPOST/VFIO-Tools")
sha256sums=('SKIP')