summaryrefslogtreecommitdiff
path: root/libre/tokyocabinet
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2020-07-20 07:16:37 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2020-07-20 07:29:57 -0400
commite9e6e012cdddb2e84031553bea7a53953afa9b51 (patch)
tree01af63b8b06c27753eca0b78b7a09e68e2b473fb /libre/tokyocabinet
parentcb9c7f80ed0a2e16aabfffa5b1d9a2c0babbb88d (diff)
downloadabslibre-e9e6e012cdddb2e84031553bea7a53953afa9b51.tar.gz
abslibre-e9e6e012cdddb2e84031553bea7a53953afa9b51.tar.bz2
abslibre-e9e6e012cdddb2e84031553bea7a53953afa9b51.zip
[tokyocabinet]: rebuild
Diffstat (limited to 'libre/tokyocabinet')
-rw-r--r--libre/tokyocabinet/PKGBUILD14
1 files changed, 8 insertions, 6 deletions
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 <khaelin@gmail.com>
# Contributor (AUR): Rick Chen <stuffcorpse@archlinux.us>
-# 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: