testing/dovecot-fts-xapian: upgrade to 1.3

* Add new dependency sqlite
This commit is contained in:
Duncan Bellamy 2020-04-05 07:19:13 +00:00 committed by TBK
parent 70fa810c6f
commit 792d9d60eb

View File

@ -1,14 +1,14 @@
# Contributor: Duncan Bellamy <dunk@denkimushi.com>
# Maintainer: Duncan Bellamy <dunk@denkimushi.com>
pkgname=dovecot-fts-xapian
pkgver=1.2.11a
pkgrel=1
pkgver=1.3
pkgrel=0
pkgdesc="Dovecot xapian fts plugin"
url="https://github.com/grosjo/fts-xapian"
arch="all"
license="LGPL-2.1-or-later"
depends="dovecot xapian-core"
makedepends="automake autoconf libtool dovecot-dev xapian-core-dev icu-dev"
depends="dovecot xapian-core icu-libs"
makedepends="automake autoconf libtool dovecot-dev xapian-core-dev icu-dev sqlite-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/grosjo/fts-xapian/archive/$pkgver.tar.gz"
builddir="$srcdir/"fts-xapian-$pkgver
@ -33,4 +33,4 @@ package() {
make DESTDIR="$pkgdir" install
}
sha512sums="54faf16abbe51ff884dc7170a9455bb2f671ea88f545a4e00a008a1dde27a2a4540bf709bb231be476a3de8e75a8f1a7fbb54942c3caad0e234d80c13dda1ec2 dovecot-fts-xapian-1.2.11a.tar.gz"
sha512sums="8d41fe6d6bc4bf0eafd030ec933ed06f2ca43c21fcb485767052686a6fa3742c1902e2dc3c47b9331844a2b21fef4e880bf26f3f4157f30bd8f5b733c8543c4d dovecot-fts-xapian-1.3.tar.gz"