summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5fff02d35ec..a260a17f9bb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = prosody-mod-http-libjs
pkgdesc = Serve common Javascript libraries
- pkgver = 2020.09.11
+ pkgver = 2022.07.18
pkgrel = 1
url = https://modules.prosody.im/mod_http_libjs.html
arch = any
license = MIT
makedepends = mercurial
depends = prosody
- source = hg+https://hg.prosody.im/prosody-modules/#revision=de2390d6bbe4
+ optdepends = jquery: for the default html templates
+ optdepends = bootstrap: for the default html templates
+ source = hg+https://hg.prosody.im/prosody-modules/#revision=75b6e5df65f9
sha1sums = SKIP
pkgname = prosody-mod-http-libjs
-
diff --git a/PKGBUILD b/PKGBUILD
index 8254eba45c2c..c9357723d571 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,17 @@
# Maintainer: Lex Black <autumn-wind@web.de>
pkgname=prosody-mod-http-libjs
-pkgver=2020.09.11
+pkgver=2022.07.18
pkgrel=1
-_commit="de2390d6bbe4"
+_commit="75b6e5df65f9"
pkgdesc="Serve common Javascript libraries"
arch=('any')
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')