From 448de762ee45450996baffc9f19ad74a9afe27a1 Mon Sep 17 00:00:00 2001
From: Britney Fransen <brfransen@gmail.com>
Date: Thu, 18 Dec 2014 16:59:45 +0000
Subject: libmicrohttpd: update to 0.9.37

---
 abs/extra/libmicrohttpd/PKGBUILD | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/abs/extra/libmicrohttpd/PKGBUILD b/abs/extra/libmicrohttpd/PKGBUILD
index 978b589..76c7b6e 100644
--- a/abs/extra/libmicrohttpd/PKGBUILD
+++ b/abs/extra/libmicrohttpd/PKGBUILD
@@ -6,17 +6,17 @@
 # Contributor: Mathias Rohnstock <linksoft@gmx.de>
 
 pkgname=libmicrohttpd
-pkgver=0.9.27
+pkgver=0.9.37
 pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP server as part of another application."
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/libmicrohttpd/"
 license=('LGPL')
-options=('!libtool')
 depends=('gnutls' 'libgcrypt')
+optdepends=('file' 'curl')
 install=libmicrohttpd.install
 source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz)
-md5sums=('a10496b7f1b495aaf6897584da52f51b')
+md5sums=('fdf1e0534d83bbf2663f80fa7873be77')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -30,8 +30,6 @@ package() {
   make DESTDIR=${pkgdir} install
   install -Dm644 ${srcdir}/${pkgname}-${pkgver}/src/include/platform.h \
 	${pkgdir}/usr/include/$pkgname/platform.h
-  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/src/include/plibc/plibc.h \
-	${pkgdir}/usr/include/$pkgname/plibc.h
   sed -i 's#Cflags: -I${includedir}#Cflags: -I${includedir} -I${includedir}/libmicrohttpd#' \
 	$pkgdir/usr/lib/pkgconfig/libmicrohttpd.pc
 }
-- 
cgit v0.12