summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2019-12-20 10:16:08 -0500
committerJameson Pugh2019-12-20 10:16:08 -0500
commit387d9f90c9608078cb1b738649720abaa649e555 (patch)
tree958c37da755f7e8638de9a8a2c4e33b38bd720cc
parent8c9615999ffe020b5e2b5846321310b7eeb039f2 (diff)
downloadaur-387d9f90c9608078cb1b738649720abaa649e555.tar.gz
relaced qt5-base dep with qt5-tools
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14fd3051eda1..0e31cacb748a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
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
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/F1ash/qt-virt-manager
arch = i686
arch = x86_64
license = GPL2
makedepends = cmake
- depends = qt5-base
+ depends = qt5-tools
depends = qt5-svg
depends = qtermwidget
depends = spice-protocol
diff --git a/PKGBUILD b/PKGBUILD
index f303cf483671..aa670c532c60 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,11 @@ url='https://github.com/F1ash/qt-virt-manager'
makedepends=('cmake')
arch=('i686' 'x86_64')
license=('GPL2')
-pkgrel=3
+pkgrel=4
pkgver=0.70.91
source=("https://github.com/F1ash/qt-virt-manager/archive/${pkgver}.tar.gz")
sha256sums=('05e4113b04cc6a492aec608f9f7461e7d706ad9974379c4c17b462ace2ce653c')
-depends=('qt5-base' 'qt5-svg' 'qtermwidget' 'spice-protocol' 'spice-glib' 'libvirt' 'scrub' 'qt5-multimedia' 'hicolor-icon-theme' 'x11-ssh-askpass' 'libvncserver' 'krdc')
+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."
conflicts=('virt-manager-qt5')