[arch-commits] Commit in dovecot-fts-elastic/trunk (PKGBUILD)

Justin Kromlinger hashworks at archlinux.org
Mon Mar 15 10:00:30 UTC 2021


    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 <hashworks at archlinux.org>
 # Contributor: Marcus Hoffmann <bubu at bubu1.eu>
 
+
+# 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")



More information about the arch-commits mailing list