summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db254f03950d..3776816c582e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = virtlyst
pkgdesc = Web interface to manage virtual machines with libvirt
pkgver = 1.2.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/cutelyst/Virtlyst
arch = x86_64
license = AGPL3
+ makedepends = cmake
depends = cutelyst>=2.5.1
depends = libvirt
optdepends = nginx
diff --git a/PKGBUILD b/PKGBUILD
index 374054f904af..0b1e2b932890 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=virtlyst
_projectname=Virtlyst
pkgver=1.2.0
-pkgrel=2
+pkgrel=3
pkgdesc="Web interface to manage virtual machines with libvirt"
arch=('x86_64')
url="https://github.com/cutelyst/Virtlyst"
license=('AGPL3')
depends=('cutelyst>=2.5.1' 'libvirt')
-makedepends=()
+makedepends=('cmake')
optdepends=('nginx')
source=("https://github.com/cutelyst/${_projectname}/archive/v${pkgver}.tar.gz"
"nginx-example.conf"