From a0c71e4150b12032beceb8fee02ae81a40e74cb0 Mon Sep 17 00:00:00 2001
From: "A. Wilcox" <AWilcox@Wilcox-Tech.com>
Date: Sat, 20 Jul 2019 21:03:21 +0000
Subject: user/xapian-core: unmaintained bump to 1.4.11

---
 user/xapian-core/APKBUILD | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

(limited to 'user')

diff --git a/user/xapian-core/APKBUILD b/user/xapian-core/APKBUILD
index b11d45db9..a0b70daac 100644
--- a/user/xapian-core/APKBUILD
+++ b/user/xapian-core/APKBUILD
@@ -1,12 +1,12 @@
 # Contributor: Francesco Colista <fcolista@alpinelinux.org>
 # Maintainer: 
 pkgname=xapian-core
-pkgver=1.4.10
+pkgver=1.4.11
 pkgrel=0
 pkgdesc="Open source search engine library"
 url="https://xapian.org/"
 arch="all"
-options="!check"  # https://trac.xapian.org/ticket/764
+options="!check"  # sortableserialise1 is still broken
 license="GPL-2.0+"
 depends=""
 depends_dev="zlib-dev util-linux-dev"
@@ -25,7 +25,6 @@ esac
 #     - CVE-2018-0499
 
 build() {
-	cd "$builddir"
 	./configure \
 		--build=$CBUILD \
 		--host=$CHOST \
@@ -37,12 +36,10 @@ build() {
 }
 
 check() {
-	cd "$builddir"
-	make VALGRIND= check
+	make AUTOMATED_TESTING=1 VALGRIND= check
 }
 
 package() {
-	cd "$builddir"
 	make DESTDIR="$pkgdir" install
 }
 
@@ -54,5 +51,5 @@ libxapian() {
 	mv "$pkgdir"/usr/lib/$subpkgname* "$subpkgdir"/usr/lib
 }
 
-sha512sums="fa716d6f8c04edb297d99dad4d7835f7874837ab3c39d7017e43708cde6992c596e579418be17b79772e002bd23b94169812523a1abd9519b1dd3df474f027d9  xapian-core-1.4.10.tar.xz
+sha512sums="72ab7b0c774390f38319d241689b2dc3c2837fbbf933616574f6ad167f14a25c2eff747910022065508dc7c44f806dc2b71dae80a1b4f1f47e1675fb951bc785  xapian-core-1.4.11.tar.xz
 639c0ecd75be0627d334628b5adf581a7da92c4f86dfb86a92669368ff8a874d4bf4e344b8f3b1276d22d126d2bc44c8ab727e39e1c29c0358fe7bbc8aa8050d  timeval-t.patch"
-- 
cgit v1.2.3-70-g09d2