diff options
Diffstat (limited to 'extra/serf/PKGBUILD')
-rw-r--r-- | extra/serf/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/serf/PKGBUILD b/extra/serf/PKGBUILD index 1bc1faa20..46f93edf4 100644 --- a/extra/serf/PKGBUILD +++ b/extra/serf/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 194737 2013-09-23 12:42:49Z angvp $ +# $Id: PKGBUILD 198428 2013-10-30 14:48:58Z allan $ # Maintainer: Angel Velasquez <angvp@archlinux.org> # Contributor: Stéphane Gaudreault <stephane@archlinux.org> @@ -11,7 +11,7 @@ url="http://code.google.com/p/serf/" license=('Apache') depends=('apr-util') makedepends=('scons') -options=('!libtool' '!staticlibs') +options=('!staticlibs') source=(http://serf.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2 'serf-ssl-allocator-v2.patch') md5sums=('da5aca0cad19fd9c19129c3f8f7393dd' 'a0ff486ee26f86cb2825decfd1dc8355') |