summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2018-03-19 13:11:26 -0400
committerJameson Pugh2018-03-19 13:11:26 -0400
commitfa100c12186091b0c62d8f429b5b0944102d7955 (patch)
tree0309d20b0eb2474b14783fc51e790b89843d5044
parent9275f24740d7c2d36b4d13b945ef91486713e6e8 (diff)
downloadaur-fa100c12186091b0c62d8f429b5b0944102d7955.tar.gz
0.53.83
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3844d82a4205..949b9d661fa9 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.48.79
+ pkgver = 0.53.83
pkgrel = 1
url = https://github.com/F1ash/qt-virt-manager
arch = i686
@@ -20,8 +20,8 @@ pkgbase = qt-virt-manager
depends = libvncserver
conflicts = virt-manager-qt5
replaces = virt-manager-qt5
- source = https://github.com/F1ash/qt-virt-manager/archive/0.48.79.tar.gz
- sha256sums = f4299f40feed7078133dd1a6bab159407c2e92240d7034d96978b645056be3c9
+ source = https://github.com/F1ash/qt-virt-manager/archive/0.53.83.tar.gz
+ sha256sums = 32278985fdb592011523a62409066ebeb570a2ba5937283d540811d78fed0752
pkgname = qt-virt-manager
diff --git a/PKGBUILD b/PKGBUILD
index eec93cb94a74..98919b296450 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,9 @@ makedepends=('cmake')
arch=('i686' 'x86_64')
license=('GPL2')
pkgrel=1
-pkgver=0.48.79
+pkgver=0.53.83
source=("https://github.com/F1ash/qt-virt-manager/archive/${pkgver}.tar.gz")
-sha256sums=('f4299f40feed7078133dd1a6bab159407c2e92240d7034d96978b645056be3c9')
+sha256sums=('32278985fdb592011523a62409066ebeb570a2ba5937283d540811d78fed0752')
depends+=('qt5-base' 'qt5-svg' 'qtermwidget' 'spice-protocol' 'spice-glib' 'libvirt' 'scrub' 'qt5-multimedia' 'hicolor-icon-theme' 'x11-ssh-askpass' 'libvncserver')
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."