summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8254eba45c2c..2557ac59ac45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=prosody-mod-http-libjs
pkgver=2020.09.11
-pkgrel=1
+pkgrel=2
_commit="de2390d6bbe4"
pkgdesc="Serve common Javascript libraries"
arch=('any')
@@ -10,6 +10,8 @@ url="https://modules.prosody.im/mod_http_libjs.html"
license=('MIT')
depends=('prosody')
makedepends=('mercurial')
+optdepends=("jquery: for the default html templates"
+ "bootstrap: for the default html templates")
source=("hg+https://hg.prosody.im/prosody-modules/"#revision=$_commit)
sha1sums=('SKIP')