summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Dworak2016-02-11 19:42:52 -0600
committerWalter Dworak2016-02-11 19:42:52 -0600
commitac0d6652ade05f36d02aa5f03b9636eea9a90043 (patch)
tree12a883ed20c791b399b6d53018656e057f4f1ff7
parent20a510c68b9c98bcffed80a41ad5007e08e16c6d (diff)
downloadaur-ac0d6652ade05f36d02aa5f03b9636eea9a90043.tar.gz
Updated deps
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71ab2b4f8b6e..2f11b28177a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Feb 11 22:09:21 UTC 2016
+# Fri Feb 12 01:42:46 UTC 2016
pkgbase = webvirtmgr
pkgdesc = Web front-end for KVM virtual machines
pkgver = v4.8.9
- pkgrel = 1
+ pkgrel = 2
url = https://www.webvirtmgr.net/
install = webvirtmgr.install
arch = i686
@@ -20,6 +20,10 @@ pkgbase = webvirtmgr
depends = python2
depends = supervisor
depends = websockify
+ depends = python2-django
+ depends = python2-lockfile
+ depends = python2-gunicorn
+ depends = python2-django-auth-ldap
options = !strip
options = !emptydirs
source = https://github.com/retspen/webvirtmgr/releases/download/v4.8.9/webvirtmgr.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index d74ab258e597..6b04e7ffff35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname='webvirtmgr'
pkgdesc='Web front-end for KVM virtual machines'
pkgver=v4.8.9
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url='https://www.webvirtmgr.net/'
license=('Apache')
depends=('libvirt' 'libvirt-python' 'qemu' 'dnsmasq' 'bridge-utils' 'ebtables' 'dmidecode' 'python2' 'supervisor'
- 'websockify')
+ 'websockify' 'python2-django' 'python2-lockfile' 'python2-gunicorn' 'python2-django-auth-ldap')
makedepends=('python2-pip')
options=('!strip' '!emptydirs')
install="${pkgname}.install"