diff --git a/.SRCINFO b/.SRCINFO index ac3655e..7f164fb 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 b0c69ea..be58297 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')