summaryrefslogtreecommitdiff
path: root/community/libmemcached
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-02-02 00:54:57 -0800
committerroot <root@rshg054.dnsready.net>2013-02-02 00:54:57 -0800
commit2f5224819ae83de6e9d8de008d5f2dc24769cb0d (patch)
tree2360fd091d34099cfbc4f747babe6280da5cb65c /community/libmemcached
parentedd3a17c9ed0cc3fa7fb62b4ad4178e064d46cda (diff)
Sat Feb 2 00:54:57 PST 2013
Diffstat (limited to 'community/libmemcached')
-rw-r--r--community/libmemcached/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/libmemcached/PKGBUILD b/community/libmemcached/PKGBUILD
index d326190b2..6513b4746 100644
--- a/community/libmemcached/PKGBUILD
+++ b/community/libmemcached/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 81365 2012-12-18 19:53:30Z foutrelis $
+# $Id: PKGBUILD 83452 2013-02-01 11:36:01Z foutrelis $
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
pkgname=libmemcached
-pkgver=1.0.15
+pkgver=1.0.16
pkgrel=1
pkgdesc="C and C++ client library to the memcached server"
arch=('i686' 'x86_64')
url="http://libmemcached.org/"
license=('GPL')
depends=('glibc' 'libsasl' 'libevent')
-makedepends=('perl' 'memcached')
+makedepends=('perl' 'memcached' 'python-sphinx')
options=('!libtool')
source=(http://launchpad.net/$pkgname/1.0/$pkgver/+download/$pkgname-$pkgver.tar.gz)
-sha256sums=('dd7e9560029835bddf761a5b4c2339d9e5c7374558659b6c11b2c95e7d3a4325')
+sha256sums=('2215d1766bff02b75403291d3d870fcd7d0735e4d018657d4d74fc44e92bdbfc')
build() {
cd "$srcdir/$pkgname-$pkgver"