summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2021-09-29 21:15:24 +0200
committerNarrat2021-09-29 21:15:24 +0200
commit3891ec192474f0f3fa91ce93c70ee9c53b4592ce (patch)
tree90426b00f6a608c13a9576a48e0189036f6ed2f8 /PKGBUILD
parent0ae8e049f0ffc63bd0167c067efc7be81965dca1 (diff)
downloadaur-prosody-mod-mam-archive.tar.gz
prosody-mod-mam-archive: drop unneeded dep
Requires mod_mam, which is available from prosody since 0.10. Therefore drop the dep (which got removed from aurweb) Additionally change the versioning
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 7 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6dd27a129e8..838b3ea6380e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,19 @@
-# Maintainer: Fanninger Thomas <thomas at fanninger dot at>
+# Contributor: Lex Black <autumn-wind@web.de>
+# Contributor: Fanninger Thomas <thomas at fanninger dot at>
pkgname=prosody-mod-mam-archive
-pkgver=r2199.2582d09d2ec4
-pkgrel=2
+pkgver=2017.04.22
+pkgrel=1
+_commit="3e97dae28215"
pkgdesc="XEP-0136: Message Archiving for Prosody"
arch=('any')
url="https://modules.prosody.im/mod_mam_archive.html"
license=('MIT')
-depends=('prosody' 'prosody-mod-mam-hg')
-provides=('prosody-mod-mam-archive')
+depends=('prosody')
makedepends=('mercurial')
-source=("hg+https://hg.prosody.im/prosody-modules/")
+source=("hg+https://hg.prosody.im/prosody-modules/"#revision=$_commit)
sha1sums=('SKIP')
-pkgver() {
- cd "${srcdir}/prosody-modules/"
- printf "r%s.%s" "$(hg identify -n)" "$(hg identify -i)"
-}
package() {
cd "${srcdir}/prosody-modules/mod_mam_archive"