Date: Monday, March 15, 2021 @ 10:00:29 Author: hashworks Revision: 891454
upgpkg: dovecot-fts-elastic 1.0.0-4: Force specific dovecot version Modified: dovecot-fts-elastic/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-15 09:57:54 UTC (rev 891453) +++ PKGBUILD 2021-03-15 10:00:29 UTC (rev 891454) @@ -1,15 +1,22 @@ # Maintainer: Justin Kromlinger <[email protected]> # Contributor: Marcus Hoffmann <[email protected]> + +# This must be built against the version of dovecot being used, +# else mail delivery will fail. +# Specify the version of dovecot to be used here: +_dcpkgver=2.3.14 +# Make sure to bump pkgrel if changing this. + pkgname=dovecot-fts-elastic _reponame=fts-elastic pkgver=1.0.0 -pkgrel=3 +pkgrel=4 pkgdesc="Dovecot FTS plugin for elasticsearch" arch=(x86_64) url="https://github.com/filiphanes/fts-elastic" license=(MIT) -depends=(dovecot json-c) +depends=("dovecot=${_dcpkgver}" json-c) backup=('etc/dovecot/conf.d/90-fts.conf') source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz" "90-fts.conf")
