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

Thore Bödecker foxxx0 at archlinux.org
Thu Jun 24 16:46:13 UTC 2021


    Date: Thursday, June 24, 2021 @ 16:46:13
  Author: foxxx0
Revision: 967205

upgpkg: dovecot-fts-xapian 1.4.9b-2

rebuild against dovecot 2.3.15

added explicit dovecot version to depends and comment similar to pigeonhole, it needs to match the dovecot ABI version

Modified:
  dovecot-fts-xapian/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-24 16:42:47 UTC (rev 967204)
+++ PKGBUILD	2021-06-24 16:46:13 UTC (rev 967205)
@@ -1,14 +1,21 @@
 # Maintainer: George Rawlinson <george at rawlinson.net.nz>
+# Maintainer: Thore Bödecker <foxxx0 at arhclinux.org>
 
+# This must be built against the version of dovecot being used,
+# otherwise it will fail to load and thus work.
+# Specify the version of dovecot to be used here:
+_dcpkgver=2.3.15
+# Make sure to bump pkgrel if changing this.
+
 pkgname=dovecot-fts-xapian
 _pkgname="${pkgname#dovecot-}"
 pkgver=1.4.9b
-pkgrel=1
+pkgrel=2
 pkgdesc="Dovecot FTS plugin based on Xapian"
 arch=('x86_64')
 url="https://github.com/grosjo/fts-xapian"
 license=('LGPL2.1')
-depends=('dovecot' 'icu' 'xapian-core')
+depends=("dovecot=${_dcpkgver}" 'icu' 'xapian-core')
 install="$pkgname.install"
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
 b2sums=('1f49139d9fb3d334a1adae00b5a3fc364df9a36418c64674db00bac807b681bc3aafd3033f3e38f4696d537fe2f5f772a5e4fd1313b2a0d5c77fea9dfa78bdad')




More information about the arch-commits mailing list