[skip-ci] kyotocabinet: update to 1.2.77

This commit is contained in:
Jeff Huang 2019-01-22 07:55:56 +01:00
parent ff1917e38b
commit bb2ce507e0

View File

@ -1,18 +1,13 @@
#
# Apps Packages for Chakra, part of chakra-project.org
#
# Maintainer: Weng Xuetian <wengxt@gmail.com>
pkgname=kyotocabinet pkgname=kyotocabinet
pkgver=1.2.76 pkgver=1.2.77
pkgrel=1 pkgrel=1
pkgdesc="a modern implementation of DBM in C++" pkgdesc="a modern implementation of DBM in C++"
arch=('i686' 'x86_64') arch=('x86_64')
url="http://fallabs.com/kyotocabinet" url="https://fallabs.com/kyotocabinet"
license=('LGPL3') license=('LGPL3')
makedepends=('gcc>=3.1' 'make' 'pkgconfig' 'zlib')
depends=('zlib' 'gcc-libs') depends=('zlib' 'gcc-libs')
source=("http://fallabs.com/${pkgname}/pkg/${pkgname}-${pkgver}.tar.gz") source=("https://fallabs.com/${pkgname}/pkg/${pkgname}-${pkgver}.tar.gz")
sha256sums=('56899329384cc6f0f1f8aa3f1b41001071ca99c1d79225086a7f3575c0209de6')
build() { build() {
cd "$srcdir/$pkgname-$pkgver" cd "$srcdir/$pkgname-$pkgver"
@ -26,4 +21,3 @@ package() {
make install DESTDIR="$pkgdir/" make install DESTDIR="$pkgdir/"
} }
sha512sums=('278db7b327eb4c21bf0137d9aa14fb67d74d5ce7ed1cb29fc9120d157a60de165ec0cf842903eb7952e8f998045ae585b958977fa973ba0e0773381de71d9f6a')