From 2f7b790f099fa4c23fe0e0362586d59b99d475fa Mon Sep 17 00:00:00 2001 From: Leo <thinkabit.ukim@gmail.com> Date: Sun, 5 Apr 2020 18:30:27 -0300 Subject: [PATCH] community/xapian-core: modernize --- community/xapian-core/APKBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/community/xapian-core/APKBUILD b/community/xapian-core/APKBUILD index a7b42191980d..6cdf49005b01 100644 --- a/community/xapian-core/APKBUILD +++ b/community/xapian-core/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="GPL-2.0-or-later" makedepends="zlib-dev util-linux-dev libtool" subpackages="$pkgname-dev $pkgname-doc libxapian" -source="http://oligarchy.co.uk/xapian/$pkgver/$pkgname-$pkgver.tar.xz +source="http://oligarchy.co.uk/xapian/$pkgver/xapian-core-$pkgver.tar.xz timeval-t.patch" case "$CARCH" in @@ -19,7 +19,7 @@ esac # secfixes: # 1.4.6-r0: -# - CVE-2018-0499 +# - CVE-2018-0499 build() { ./configure \ @@ -37,7 +37,6 @@ check() { } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -- GitLab