summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac3655e964e3..7f164fbb47e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,12 @@
-# Generated by mksrcinfo v8
-# Sun May 14 15:23:19 UTC 2017
pkgbase = prosody-mod-filter-chatstates-hg
pkgdesc = Client State Indication module to filter chat states depending on the client state
pkgver = tip
- pkgrel = 1
+ pkgrel = 2
url = https://modules.prosody.im/mod_filter_chatstates.html
arch = any
license = MIT
makedepends = mercurial
- depends = prosody>=0.9
- depends = prosody-mod-csi-hg
+ depends = prosody>=0.11
source = hg+https://hg.prosody.im/prosody-modules/
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b0c69ea347d1..be5829784d79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=prosody-mod-filter-chatstates-hg
pkgver=tip
-pkgrel=1
+pkgrel=2
pkgdesc="Client State Indication module to filter chat states depending on the client state"
arch=('any')
url="https://modules.prosody.im/mod_filter_chatstates.html"
license=('MIT')
-depends=('prosody>=0.9' 'prosody-mod-csi-hg')
+depends=('prosody>=0.11')
makedepends=('mercurial')
source=("hg+https://hg.prosody.im/prosody-modules/")
sha1sums=('SKIP')