Date: Tuesday, February 8, 2022 @ 09:18:34 Author: hashworks Revision: 1129095
Revert dovecot 2.3.18 build Modified: dovecot-fts-elastic/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-08 09:18:32 UTC (rev 1129094) +++ PKGBUILD 2022-02-08 09:18:34 UTC (rev 1129095) @@ -4,13 +4,13 @@ # 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.18 +_dcpkgver=2.3.17 # Make sure to bump pkgrel if changing this. pkgname=dovecot-fts-elastic _reponame=fts-elastic pkgver=1.0.0 -pkgrel=9 +pkgrel=10 pkgdesc="Dovecot FTS plugin for elasticsearch" arch=(x86_64) url="https://github.com/filiphanes/fts-elastic" @@ -23,13 +23,6 @@ '3442fa7350055c7328bcdf2f666727b9a5d8c942a0bfe93044db344c80ad7e69') install=dovecot-fts-elastic.install -prepare() { - cd "${_reponame}-${pkgver}" - - # https://github.com/filiphanes/fts-elastic/pull/23 - sed -i 's/DOVECOT_PREREQ(2,3)/DOVECOT_PREREQ(2,3,0)/g' src/elastic-connection.c src/fts-backend-elastic.c src/fts-backend-elastic.c src/fts-elastic-plugin.h -} - build() { cd "${_reponame}-${pkgver}"
