summaryrefslogtreecommitdiff
path: root/extra/serf/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/serf/PKGBUILD')
-rw-r--r--extra/serf/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/serf/PKGBUILD b/extra/serf/PKGBUILD
index f26e233ad..2e605934a 100644
--- a/extra/serf/PKGBUILD
+++ b/extra/serf/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 208083 2014-03-17 16:24:17Z anatolik $
+# $Id: PKGBUILD 215059 2014-06-12 06:35:55Z fyan $
# Maintainer: Angel Velasquez <angvp@archlinux.org>
# Contributor: Stéphane Gaudreault <stephane@archlinux.org>
pkgname=serf
-pkgver=1.3.4
+pkgver=1.3.6
pkgrel=1
pkgdesc="High-performance asynchronous HTTP client library"
arch=('i686' 'x86_64')
@@ -13,11 +13,11 @@ depends=('apr-util')
makedepends=('scons')
options=('!staticlibs')
source=(http://serf.googlecode.com/svn/src_releases/${pkgname}-${pkgver}.zip)
-md5sums=('f2d469ac03db98781c9d414fed5368ae')
+md5sums=('a9f7445530ea7e2755b6df1225b25a4a')
build() {
cd ${pkgname}-${pkgver}
- scons PREFIX=/usr
+ scons PREFIX=/usr GSSAPI=/usr/bin/krb5-config
}
check() {