diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2020-07-20 07:16:37 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2020-07-20 07:29:57 -0400 |
commit | e9e6e012cdddb2e84031553bea7a53953afa9b51 (patch) | |
tree | 01af63b8b06c27753eca0b78b7a09e68e2b473fb | |
parent | cb9c7f80ed0a2e16aabfffa5b1d9a2c0babbb88d (diff) | |
download | abslibre-e9e6e012cdddb2e84031553bea7a53953afa9b51.tar.gz abslibre-e9e6e012cdddb2e84031553bea7a53953afa9b51.tar.bz2 abslibre-e9e6e012cdddb2e84031553bea7a53953afa9b51.zip |
[tokyocabinet]: rebuild
-rw-r--r-- | libre/tokyocabinet/PKGBUILD | 14 |
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: |