summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp Trommler2016-11-14 12:01:33 +0100
committerPhilipp Trommler2016-11-14 12:01:33 +0100
commit86e2dd16ad7976db92e66d5081099612e6c87184 (patch)
tree1c547ef976733213054e4aae4b36062a3caf0315 /PKGBUILD
parentb2282687fe85e6ebbf518017d72e546cf999db98 (diff)
downloadaur-valum-git.tar.gz
Introduces new dependency `python-sphinx` and optdepend `valadoc`
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be250be083b0..d321dd055a37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Philipp Trommler <ph.trommler@gmail.com>
# Contributor: Adria Arrufat <adria.arrufat+AUR@protonmail.ch>
pkgname=valum-git
-pkgver=r1068.34c0db3
-pkgrel=3
+pkgver=v0.3.0.rc.r1.gab49bc2
+pkgrel=1
pkgdesc="Web micro-framework written in Vala"
arch=("i686" "x86_64")
url="https://github.com/valum-framework/valum"
@@ -14,7 +14,9 @@ makedepends=("git"
"ninja>=1.6.0"
"vala>=0.26"
"meson>=0.33"
- "python>=3.4")
+ "python>=3.4"
+ "python-sphinx")
+optdepends=("valadoc: for building the docs")
provides=("valum")
conflicts=("valum")
source=("git://github.com/valum-framework/valum.git")