From 571cd6d709c3e09f4fe5d49d1e8c9d283d980c05 Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Sun, 17 Feb 2019 23:46:43 +0100 Subject: libre/tokyocabinet: rebuilt --- libre/tokyocabinet/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libre/tokyocabinet') diff --git a/libre/tokyocabinet/PKGBUILD b/libre/tokyocabinet/PKGBUILD index 56854ecae..59d62f80f 100644 --- a/libre/tokyocabinet/PKGBUILD +++ b/libre/tokyocabinet/PKGBUILD @@ -7,17 +7,18 @@ pkgname=tokyocabinet pkgver=1.4.48 -pkgrel=3 +pkgrel=4 pkgdesc="A modern implementation of DBM" arch=('i686' 'x86_64' 'armv7h') url="https://fallabs.com/tokyocabinet/" license=('LGPL') depends=('zlib' 'bzip2') source=("http://fallabs.com/tokyocabinet/${pkgname}-${pkgver}.tar.gz") -md5sums=('fd03df6965f8f56dd5b8518ca43b4f5e') +sha256sums=('a003f47c39a91e22d76bc4fe68b9b3de0f38851b160bbb1ca07a4f6441de1f90') build() { cd "$srcdir/$pkgname-$pkgver" + [ "$CARCH" == "armv7h" ] && sed -i "s/-minline-all-stringops//g" configure ./configure --prefix=/usr --enable-off64 --enable-fastest make } -- cgit v1.2.3