summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2019-09-20 16:29:43 -0400
committerJameson Pugh2019-09-20 16:29:43 -0400
commit8c9615999ffe020b5e2b5846321310b7eeb039f2 (patch)
tree7de70b4581753d149bac3bb2c5969a07ecf8366c
parent0a613686314dd4cfd7c37fe00a124359654ead59 (diff)
downloadaur-8c9615999ffe020b5e2b5846321310b7eeb039f2.tar.gz
added support for building with ninja
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8a0952ff2e8..14fd3051eda1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = 2
+ pkgrel = 3
url = https://github.com/F1ash/qt-virt-manager
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 13f7c25a5011..f303cf483671 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ url='https://github.com/F1ash/qt-virt-manager'
makedepends=('cmake')
arch=('i686' 'x86_64')
license=('GPL2')
-pkgrel=2
+pkgrel=3
pkgver=0.70.91
source=("https://github.com/F1ash/qt-virt-manager/archive/${pkgver}.tar.gz")
sha256sums=('05e4113b04cc6a492aec608f9f7461e7d706ad9974379c4c17b462ace2ce653c')