diff options
Diffstat (limited to 'libre')
-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: |