summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Filippov2018-03-02 01:20:22 +0000
committerAleksey Filippov2018-03-02 01:20:22 +0000
commitf7be3d31ae5aca8ebb321c4850ba991c1d65c0ab (patch)
tree8b14b306007182aa61bc450dd585312bebaccd00
parenteb75ac3249bdf49226c6371a11701bc68560d523 (diff)
downloadaur-f7be3d31ae5aca8ebb321c4850ba991c1d65c0ab.tar.gz
Add npm make dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73b5e3eb2e8d..9c44534ef307 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
# Generated by mksrcinfo v8
-# Thu Mar 1 17:29:26 UTC 2018
+# Fri Mar 2 01:20:22 UTC 2018
pkgbase = hotdoc
pkgdesc = HotDoc: the tastiest API documentation system
pkgver = 0.8.92
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hotdoc/hotdoc
arch = any
license = LGPL2
+ makedepends = npm
depends = python
depends = python-sqlalchemy
depends = python-yaml
diff --git a/PKGBUILD b/PKGBUILD
index e8d9d54354ff..51e970a69dfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@
# Contributor: Lubosz Sarnecki <lubosz@gmail.com>
pkgname=hotdoc
pkgver=0.8.92
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="HotDoc: the tastiest API documentation system"
arch=('any')
@@ -32,7 +32,7 @@ depends=(
'python-lxml'
'python-wheezy'
)
-makedepends=()
+makedepends=('npm')
checkdepends=()
optdepends=()
provides=()