summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Soares2016-06-22 12:05:01 -0400
committerRafael Soares2016-06-22 12:05:01 -0400
commit34307999695e3285ca139e610f390b428a8e8ded (patch)
tree25c4fbb49556956524de8cc38337024b68fff92b
parenta3354fc0b5a0bd902afc1576d889dce4f5b78efd (diff)
downloadaur-34307999695e3285ca139e610f390b428a8e8ded.tar.gz
Update pkgver
- Change dependencies - Add backup entry
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b51bcbddbd65..c0297d8be679 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jun 20 22:29:22 UTC 2016
+# Tue Jun 21 00:05:22 UTC 2016
pkgbase = kimchi-git
pkgdesc = An HTML5 management interface for KVM
- pkgver = 2.1.0.r107.gbc6e7c5
+ pkgver = 2.1.0.r113.gbcb8917
pkgrel = 1
url = http://kimchi-project.github.io/kimchi/
arch = any
@@ -10,6 +10,7 @@ pkgbase = kimchi-git
license = AGPL2.1
license = Apache
makedepends = git
+ depends = bridge-utils
depends = dnsmasq
depends = ebtables
depends = ginger-base
@@ -27,14 +28,15 @@ pkgbase = kimchi-git
depends = python2-paramiko
depends = python2-pillow
depends = python2-pyparted
- depends = python2-websocket-client
depends = qemu
depends = spice-html5
depends = ttf-font-awesome
depends = ttf-opensans
+ depends = websockify
depends = wok
provides = kimchi
conflicts = kimchi
+ backup = etc/wok/plugins.d/kimchi.conf
source = git+https://github.com/kimchi-project/kimchi.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index bfd55f6791ff..a9fb5831db2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=('kimchi-git')
# Version
-pkgver=2.1.0.r107.gbc6e7c5
+pkgver=2.1.0.r113.gbcb8917
pkgrel=1
#epoch=
@@ -18,7 +18,8 @@ license=('AGPL2.1' 'Apache')
groups=('kimchi-project')
# Dependencies
-depends=('dnsmasq'
+depends=('bridge-utils'
+ 'dnsmasq'
'ebtables'
'ginger-base'
'libguestfs'
@@ -35,11 +36,11 @@ depends=('dnsmasq'
'python2-paramiko'
'python2-pillow'
'python2-pyparted'
- 'python2-websocket-client'
'qemu'
'spice-html5'
'ttf-font-awesome'
'ttf-opensans'
+ 'websockify'
'wok')
#optdepends=()
makedepends=('git')
@@ -51,7 +52,7 @@ conflicts=('kimchi')
#replaces=()
# Others
-#backup=()
+backup=('etc/wok/plugins.d/kimchi.conf')
#options=()
#install=
#changelog=