summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2021-01-04 14:43:30 -0500
committerJameson Pugh2021-01-04 14:43:30 -0500
commite606a5aa876b5edf958ff2b36490faf0e1ad8a16 (patch)
tree246a882b5f614c23f79bb0f806d02441a0c53593
parent387d9f90c9608078cb1b738649720abaa649e555 (diff)
downloadaur-e606a5aa876b5edf958ff2b36490faf0e1ad8a16.tar.gz
0.72.97
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e31cacb748a..5db928ec6b41 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qt-virt-manager
pkgdesc = Qt5 Virtual Machine Manager provides a graphical tool for administering virtual machines for QEMU/KVM, Xen, and LXC and other Virtual Entities. Uses libvirt as the backend management API.
- pkgver = 0.70.91
+ pkgver = 0.72.97
pkgrel = 4
url = https://github.com/F1ash/qt-virt-manager
arch = i686
@@ -21,8 +21,8 @@ pkgbase = qt-virt-manager
depends = krdc
conflicts = virt-manager-qt5
replaces = virt-manager-qt5
- source = https://github.com/F1ash/qt-virt-manager/archive/0.70.91.tar.gz
- sha256sums = 05e4113b04cc6a492aec608f9f7461e7d706ad9974379c4c17b462ace2ce653c
+ source = https://github.com/F1ash/qt-virt-manager/archive/0.72.97.tar.gz
+ sha256sums = c1764f9eceee044d8f4478b5946973cf1170c0e25efdfd8ed5e9916c1d5b5d80
pkgname = qt-virt-manager
diff --git a/PKGBUILD b/PKGBUILD
index aa670c532c60..5508d9ecc4a4 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,9 @@ makedepends=('cmake')
arch=('i686' 'x86_64')
license=('GPL2')
pkgrel=4
-pkgver=0.70.91
+pkgver=0.72.97
source=("https://github.com/F1ash/qt-virt-manager/archive/${pkgver}.tar.gz")
-sha256sums=('05e4113b04cc6a492aec608f9f7461e7d706ad9974379c4c17b462ace2ce653c')
+sha256sums=('c1764f9eceee044d8f4478b5946973cf1170c0e25efdfd8ed5e9916c1d5b5d80')
depends=('qt5-tools' 'qt5-svg' 'qtermwidget' 'spice-protocol' 'spice-glib' 'libvirt' 'scrub' 'qt5-multimedia' 'hicolor-icon-theme' 'x11-ssh-askpass' 'libvncserver' 'krdc')
pkgdesc="Qt5 Virtual Machine Manager provides a graphical tool for administering virtual machines for QEMU/KVM, Xen, and LXC and other Virtual Entities.
Uses libvirt as the backend management API."