libxapian: bump revision after 0d1170cc

This commit is contained in:
Leonid Pliushch 2019-05-06 17:28:54 +03:00
parent 643df7bf4c
commit 2ebf27c988
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://xapian.org
TERMUX_PKG_DESCRIPTION="Xapian search engine library"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_VERSION=1.4.11
TERMUX_PKG_REVISION=1
TERMUX_PKG_REVISION=2
TERMUX_PKG_SHA256=9f16b2f3e2351a24034d7636f73566ab74c3f0729e9e0492934e956b25c5bc07
TERMUX_PKG_SRCURL=http://oligarchy.co.uk/xapian/${TERMUX_PKG_VERSION}/xapian-core-${TERMUX_PKG_VERSION}.tar.xz
# Note that we cannot /proc/sys/kernel/random/uuid (permission denied on

View File

@ -25,4 +25,3 @@ bin/xapian-delve
bin/xapian-replicate
"
TERMUX_SUBPKG_DESCRIPTION="Basic tools for the Xapian search engine"
TERMUX_SUBPKG_DEPENDS="libxapian"