aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorDuncan Bellamy <dunk@denkimushi.com>2020-04-05 07:19:13 +0000
committerTBK <tbk@jjtc.eu>2020-04-05 11:44:12 +0000
commit792d9d60ebaa978e55de2a8a22d7dca7f3c66c3b (patch)
tree85f2178253b5c16d9db72b3ce2e7fd36f273bd1f /testing
parent70fa810c6f801db92e032c294dd77a3926c285b2 (diff)
downloadaports-792d9d60ebaa978e55de2a8a22d7dca7f3c66c3b.tar.bz2
aports-792d9d60ebaa978e55de2a8a22d7dca7f3c66c3b.tar.xz
testing/dovecot-fts-xapian: upgrade to 1.3
* Add new dependency sqlite
Diffstat (limited to 'testing')
-rw-r--r--testing/dovecot-fts-xapian/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/dovecot-fts-xapian/APKBUILD b/testing/dovecot-fts-xapian/APKBUILD
index 9ce74eda11..0751cb4985 100644
--- a/testing/dovecot-fts-xapian/APKBUILD
+++ b/testing/dovecot-fts-xapian/APKBUILD
@@ -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"