summaryrefslogtreecommitdiff
path: root/extra/serf/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/serf/PKGBUILD')
-rw-r--r--extra/serf/PKGBUILD17
1 files changed, 5 insertions, 12 deletions
diff --git a/extra/serf/PKGBUILD b/extra/serf/PKGBUILD
index 33e18236a..36f7856c7 100644
--- a/extra/serf/PKGBUILD
+++ b/extra/serf/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 198428 2013-10-30 14:48:58Z allan $
+# $Id: PKGBUILD 200589 2013-11-29 15:17:26Z angvp $
# Maintainer: Angel Velasquez <angvp@archlinux.org>
# Contributor: Stéphane Gaudreault <stephane@archlinux.org>
pkgname=serf
-pkgver=1.3.1
-pkgrel=2
+pkgver=1.3.2
+pkgrel=1
pkgdesc="High-performance asynchronous HTTP client library"
arch=('i686' 'x86_64' 'mips64el')
url="http://code.google.com/p/serf/"
@@ -12,15 +12,8 @@ license=('Apache')
depends=('apr-util')
makedepends=('scons')
options=('!staticlibs')
-source=(http://serf.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2 'serf-ssl-allocator-v2.patch')
-md5sums=('da5aca0cad19fd9c19129c3f8f7393dd'
- 'a0ff486ee26f86cb2825decfd1dc8355')
-
-prepare() {
- mv serf-ssl-allocator-v2.patch ${pkgname}-${pkgver}
- cd ${pkgname}-${pkgver}
- patch -Np0 -i serf-ssl-allocator-v2.patch
-}
+source=(http://serf.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('43ce30fccf39ab0186a7590e2733e3ec')
build() {
cd ${pkgname}-${pkgver}