summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonstantin Shalygin2016-02-02 12:32:26 +0600
committerKonstantin Shalygin2016-02-02 12:32:26 +0600
commitd4aca2e6d4c1e66dd4f04110b929e2d014b132c1 (patch)
tree2c73639c5639b7203d8a6622dddd77eae3b04a14 /PKGBUILD
parent74cf8a22b9b177e819adf07cf73d4bec494c5bdf (diff)
downloadaur-d4aca2e6d4c1e66dd4f04110b929e2d014b132c1.tar.gz
Fix for makepkg 5.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 28a03ce4a21f..d479b300f42b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname='virt-viewer'
pkgver='3.1'
-pkgrel='2'
+pkgrel='3'
pkgdesc='Lightweight interface for interacting with the graphical display of virtualized guest OS'
arch=('any')
-url='http://virt-manager.org/'
+url='http://virt-manager.org'
depends=('spice' 'libvirt' 'libxml2' 'spice-gtk3' 'spice-protocol' 'gtk-vnc')
makedepends=('libtool' 'intltool')
license=('GPL')