summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarojas <arojas@eb2447ed-0c53-47e4-bac8-5bc4a241df78>2019-11-24 09:48:45 +0000
committerarojas <arojas@eb2447ed-0c53-47e4-bac8-5bc4a241df78>2019-11-24 09:48:45 +0000
commit598a44ce921b4ff15549a625c7c686ed1180bf7c (patch)
treee23cf64ea7ec0420136da1ac35a9beb423c18a51
parenta3080cfc1a67740dbd4a09ba3609bfa508c5327e (diff)
archrelease: copy trunk to extra-x86_64
git-svn-id: file:///srv/repos/svn-packages/svn@369697 eb2447ed-0c53-47e4-bac8-5bc4a241df78
-rw-r--r--xapian-core/repos/extra-x86_64/PKGBUILD11
1 files changed, 3 insertions, 8 deletions
diff --git a/xapian-core/repos/extra-x86_64/PKGBUILD b/xapian-core/repos/extra-x86_64/PKGBUILD
index 74ea6d19bfd..cab3864e80f 100644
--- a/xapian-core/repos/extra-x86_64/PKGBUILD
+++ b/xapian-core/repos/extra-x86_64/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=xapian-core
epoch=1
-pkgver=1.4.13
+pkgver=1.4.14
pkgrel=1
pkgdesc='Open source search engine library.'
arch=('x86_64')
@@ -16,19 +16,14 @@ depends=('util-linux')
# xapian config requires libxapian.la
options=('libtool')
source=("https://oligarchy.co.uk/xapian/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha512sums=('aa7b2262dd9d631339131e814f7c96acd85e386a4c4b6331eff86fc7227663589132779bd6b8c340a2b6f19bd66f8b53acbbe5bc985c74f9bdbe3ce3ccf4c1e7'
+sha512sums=('c08c9abe87e08491566b7cfa8cda9e2a80e4959a647428b6d82bce7af1c967b4cb463607ffb8976372a980c163923ced36117a66e0b5a1f35659393def3d371b'
'SKIP')
validpgpkeys=('08E2400FF7FE8FEDE3ACB52818147B073BAD2B07') # Olly Betts <olly@debian.org>
build() {
- # FS#40614
- if [ "${CARCH}" = "i686" ]; then
- SSE2="--disable-sse"
- fi
-
cd ${pkgname}-${pkgver}
./configure \
- --prefix=/usr ${SSE2}
+ --prefix=/usr
make
}