From e9e6e012cdddb2e84031553bea7a53953afa9b51 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Mon, 20 Jul 2020 07:16:37 -0400 Subject: [tokyocabinet]: rebuild --- libre/tokyocabinet/PKGBUILD | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'libre') diff --git a/libre/tokyocabinet/PKGBUILD b/libre/tokyocabinet/PKGBUILD index 59d62f80f..c225be24c 100644 --- a/libre/tokyocabinet/PKGBUILD +++ b/libre/tokyocabinet/PKGBUILD @@ -3,14 +3,18 @@ # Contributor (AUR): Nicolas Martyanoff # Contributor (AUR): Rick Chen -# Justification for being in [libre]: is a dependency of libretools + +# parabola changes and rationale: +# * no significant changes +# * this is in [libre] because it is a dependency of 'libretools' + pkgname=tokyocabinet pkgver=1.4.48 -pkgrel=4 -pkgdesc="A modern implementation of DBM" +pkgrel=5 +pkgdesc="a modern implementation of DBM" arch=('i686' 'x86_64' 'armv7h') -url="https://fallabs.com/tokyocabinet/" +url="http://fallabs.com/tokyocabinet/" license=('LGPL') depends=('zlib' 'bzip2') source=("http://fallabs.com/tokyocabinet/${pkgname}-${pkgver}.tar.gz") @@ -32,5 +36,3 @@ package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir/" install } - -# vim:set ts=2 sw=2 et: -- cgit v1.2.3