summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhwangeug2022-01-11 21:16:59 -0800
committerhwangeug2022-01-11 21:16:59 -0800
commitac52b2daab78b9dfae024670f6d2f97745904800 (patch)
treeca981c35a14862275e657245fe6921b339d94ff5
parent041aacea7390635a2d1d9629d57316c3f2cf8c88 (diff)
downloadaur-ac52b2daab78b9dfae024670f6d2f97745904800.tar.gz
added https to git
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc0725dc254a..67d253ab00bc 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 7bbd2058494e..486510b290ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@ _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() {