summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2022-04-03 22:06:52 +0200
committerNarrat2022-04-03 22:06:52 +0200
commitfba8d14604c6de7a7cdca40aa0318c3a255fd56d (patch)
tree1759dfb96306a3bb8909d66d38fa60d7bf6a6ab8
parent47ba9eb16fda565afd77ac2ed399caedc78b0ced (diff)
downloadaur-prosody-invitations.tar.gz
prosody-invitations: cover 0.12.0 release
In which the modules invites, invites-adhoc and invites-register got included. Move the libjs dep from one of the now obsolete packages to optdepends of this one.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92b66215dbef..58ebde28364f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,13 @@
pkgbase = prosody-invitations
pkgdesc = Meta package for all prosody modules regarding inviting new users
pkgver = 1
- pkgrel = 1
+ pkgrel = 2
url = https://blog.prosody.im/great-invitations/
arch = any
license = MIT
- depends = prosody-mod-invites
- depends = prosody-mod-invites-adhoc
- depends = prosody-mod-invites-register
depends = prosody-mod-invites-register-web
depends = prosody-mod-invites-api
optdepends = prosody-mod-register-apps: optional for two modules
+ optdepends = prosody-mod-http-libjs: needed for the default HTML templates
pkgname = prosody-invitations
-
diff --git a/PKGBUILD b/PKGBUILD
index f810561838e4..fd6ec81dc322 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,13 @@
pkgname=prosody-invitations
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc="Meta package for all prosody modules regarding inviting new users"
arch=('any')
url="https://blog.prosody.im/great-invitations/"
license=('MIT')
-depends=('prosody-mod-invites'
- 'prosody-mod-invites-adhoc'
- 'prosody-mod-invites-register'
- 'prosody-mod-invites-register-web'
+depends=('prosody-mod-invites-register-web'
'prosody-mod-invites-api')
-optdepends=('prosody-mod-register-apps: optional for two modules')
+optdepends=('prosody-mod-register-apps: optional for two modules'
+ 'prosody-mod-http-libjs: needed for the default HTML templates')
# 'prosody-mod-invites-page' -> covered by other mods