summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Leclercq2015-08-05 12:59:59 +0200
committerNicolas Leclercq2015-08-05 12:59:59 +0200
commitfcddb8f491efcba31b06e3af93b6f0e824a5fe48 (patch)
tree986fc2addabb2d9c845323b0deb5abfe757be106 /PKGBUILD
parent3930b4fe0ef6620fee7aa2129d432287300115ee (diff)
downloadaur-fcddb8f491efcba31b06e3af93b6f0e824a5fe48.tar.gz
bumped to 0.3.0 and migrate to pandoc-bin instead of pandoc-static
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f5076e8a2f7..8d8be35a6607 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nicolas Leclercq <nicolas.private@gmail.com>
pkgname='facette'
-pkgver='0.2.3'
+pkgver='0.3.0'
pkgrel='1'
epoch=
pkgdesc='Facette is a software to display time series data from several various sources'
@@ -10,7 +10,7 @@ url='http://facette.io/'
license=('BSD')
groups=()
depends=('rrdtool')
-makedepends=('pkg-config' 'go' 'nodejs' 'pandoc-static')
+makedepends=('pkg-config' 'go' 'nodejs' 'npm' 'pandoc-bin')
checkdepends=()
optdepends=()
provides=('facette')
@@ -25,7 +25,7 @@ source=(
'facette.service'
'facette.install')
noextract=()
-md5sums=('7d9882bdf42660f771e16881e4868006'
+md5sums=('40efaaed5a806f38d09b0279cae03ee7'
'SKIP'
'SKIP')
_prefix='/usr/local'