diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-06 03:44:20 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-05-06 03:44:20 +0000 |
commit | 58ee2a8b8164437294a44a627d05ee1c701ced57 (patch) | |
tree | 8b37bc17534883a0f5e7edb57b2a9301d4b41d92 /community/libmicrohttpd | |
parent | d7918d0226da2805ff09c48963d2c79e1327c630 (diff) |
Tue May 6 03:39:24 UTC 2014
Diffstat (limited to 'community/libmicrohttpd')
-rw-r--r-- | community/libmicrohttpd/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libmicrohttpd/PKGBUILD b/community/libmicrohttpd/PKGBUILD index 10e012434..817bed807 100644 --- a/community/libmicrohttpd/PKGBUILD +++ b/community/libmicrohttpd/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 109027 2014-04-09 11:57:32Z spupykin $ +# $Id: PKGBUILD 110680 2014-05-05 09:14:21Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Norberto Lopes <shelika@mail.telepac.pt> # Contributor: Kao Dome <kaodome@gmail.com> @@ -6,7 +6,7 @@ # Contributor: Mathias Rohnstock <linksoft@gmx.de> pkgname=libmicrohttpd -pkgver=0.9.34 +pkgver=0.9.35 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') @@ -16,7 +16,7 @@ depends=('gnutls' 'libgcrypt') optdepends=('file' 'curl') install=libmicrohttpd.install source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz) -md5sums=('2947eee13c2c8affb95023a0cb6fda0c') +md5sums=('a9d747b6666879569036bb791653a1c7') build() { cd ${pkgname}-${pkgver} |