Date: Thursday, January 24, 2019 @ 11:21:56 Author: felixonmars Revision: 427523
upgpkg: kyotocabinet 1.2.77-1 Modified: kyotocabinet/trunk/PKGBUILD ----------+ PKGBUILD | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-24 11:15:05 UTC (rev 427522) +++ PKGBUILD 2019-01-24 11:21:56 UTC (rev 427523) @@ -1,22 +1,18 @@ -# Maintainer: Felix Yan <[email protected]> +# Maintainer: Felix Yan <[email protected]> # Contributor: Alexander Duscheleit <[email protected]> # Contributor: Joaquim Pedro (osmano807) <[email protected]> pkgname=kyotocabinet -pkgver=1.2.76 -pkgrel=6 +pkgver=1.2.77 +pkgrel=1 pkgdesc="a modern implementation of DBM in C++" arch=('x86_64') url="http://fallabs.com/kyotocabinet" license=('LGPL3') depends=('zlib' 'gcc-libs') -source=("http://fallabs.com/${pkgname}/pkg/${pkgname}-${pkgver}.tar.gz" kyotocabinet-gcc6.patch) +source=("http://fallabs.com/${pkgname}/pkg/${pkgname}-${pkgver}.tar.gz") +sha512sums=('f38794c11faa3f4b64097a2e314307e1a6b75ddc495103647ebe52786a689336754496e7083697417ea90436e7fad681f16440975abec9ae917874aa25153e0f') -prepare() { - cd $pkgname-$pkgver - patch -p1 -i ../kyotocabinet-gcc6.patch # Fix build with GCC 6 (Debian) -} - build() { cd $pkgname-$pkgver @@ -29,6 +25,3 @@ make install DESTDIR="$pkgdir/" } - -sha512sums=('278db7b327eb4c21bf0137d9aa14fb67d74d5ce7ed1cb29fc9120d157a60de165ec0cf842903eb7952e8f998045ae585b958977fa973ba0e0773381de71d9f6a' - 'cd618524e30f7445f32bf33b3cab60f206cb5323898deda2b8ba07a593429f9e3b36f98507792b8fa664eccd581c9e321c52e7b38e878a5e390e41e70edfb1d1')
