diff options
Diffstat (limited to 'community/kyotocabinet/PKGBUILD')
-rw-r--r-- | community/kyotocabinet/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/community/kyotocabinet/PKGBUILD b/community/kyotocabinet/PKGBUILD index 73d936f2e..bf2381288 100644 --- a/community/kyotocabinet/PKGBUILD +++ b/community/kyotocabinet/PKGBUILD @@ -1,23 +1,23 @@ -# $Id: PKGBUILD 85954 2013-03-10 07:13:55Z fyan $ +# $Id: PKGBUILD 90164 2013-05-07 16:07:18Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: Alexander Duscheleit <jinks@archlinux.us> # Contributor: Joaquim Pedro (osmano807) <osmano807@gmail.com> pkgname=kyotocabinet pkgver=1.2.76 -pkgrel=2 +pkgrel=3 pkgdesc="a modern implementation of DBM in C++" arch=('i686' 'x86_64' 'mips64el') url="http://fallabs.com/kyotocabinet" license=('LGPL3') -makedepends=('gcc>=3.1' 'make' 'pkgconfig' 'zlib') +makedepends=('gcc' 'make' 'pkgconfig' 'zlib') depends=('zlib' 'gcc-libs') source=("http://fallabs.com/${pkgname}/pkg/${pkgname}-${pkgver}.tar.gz") build() { cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr + ./configure --prefix=/usr --disable-opt make } @@ -26,4 +26,5 @@ package() { make install DESTDIR="$pkgdir/" } + sha512sums=('278db7b327eb4c21bf0137d9aa14fb67d74d5ce7ed1cb29fc9120d157a60de165ec0cf842903eb7952e8f998045ae585b958977fa973ba0e0773381de71d9f6a') |