summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorДамјан Георгиевски2018-11-13 12:38:23 +0100
committerДамјан Георгиевски2018-11-13 12:38:23 +0100
commit3d13b5a9353ebdb83100f602a3224aacf73c1ead (patch)
tree04db0b14cd208606c95505ae63408e1a6a7af1df /PKGBUILD
parent4fcdc67738d798dbf934ff2cf04c6cd659f92cfc (diff)
downloadaur-3d13b5a9353ebdb83100f602a3224aacf73c1ead.tar.gz
added cmake as makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"