summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d68e6d43479e..cb83d1db5cf1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = virtlyst
pkgdesc = Web interface to manage virtual machines with libvirt
pkgver = 1.2.0
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/cutelyst/Virtlyst
arch = x86_64
license = AGPL3
makedepends = cmake
makedepends = pkg-config
- depends = cutelyst>=2.6.0
+ depends = cutelyst2-qt5>=2.14.0
depends = libvirt
optdepends = nginx
backup = etc/uwsgi/virtlyst.ini
@@ -25,4 +25,3 @@ pkgbase = virtlyst
sha256sums = fb13f116e9b8268b642082ab8aac40fe2104dbb33e98ab925ab3633986c5fdca
pkgname = virtlyst
-
diff --git a/PKGBUILD b/PKGBUILD
index 16189011e389..9354c811e4f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=virtlyst
_projectname=Virtlyst
pkgver=1.2.0
-pkgrel=4
+pkgrel=5
pkgdesc="Web interface to manage virtual machines with libvirt"
arch=('x86_64')
url="https://github.com/cutelyst/Virtlyst"
license=('AGPL3')
-depends=('cutelyst>=2.6.0' 'libvirt')
+depends=('cutelyst2-qt5>=2.14.0' 'libvirt')
makedepends=('cmake' 'pkg-config')
optdepends=('nginx')
source=("https://github.com/cutelyst/${_projectname}/archive/v${pkgver}.tar.gz"