From 0f02baec6afdab918d86a226ee9a984482b5a534 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 17 Apr 2013 00:05:54 -0700 Subject: Wed Apr 17 00:05:54 PDT 2013 --- community/enet/PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'community/enet/PKGBUILD') diff --git a/community/enet/PKGBUILD b/community/enet/PKGBUILD index a1ee98aea..98c26c4ea 100644 --- a/community/enet/PKGBUILD +++ b/community/enet/PKGBUILD @@ -1,9 +1,10 @@ -# $Id: PKGBUILD 81243 2012-12-14 12:11:24Z svenstaro $ -# Maintainer: Mateusz Herych +# $Id: PKGBUILD 88352 2013-04-16 15:17:10Z svenstaro $ +# Maintainer: Sven-Hendrik Haase +# Contributor: Mateusz Herych # Contributor: Bj?indeijer pkgname=enet -pkgver=1.3.6 +pkgver=1.3.7 pkgrel=1 pkgdesc='A relatively thin, simple and robust network communication layer on top of UDP.' arch=('i686' 'x86_64') @@ -12,11 +13,11 @@ license=('custom') depends=('glibc') options=('!libtool') source=("http://enet.bespin.org/download/${pkgname}-${pkgver}.tar.gz") -md5sums=('215faae73d7e1f0d6dc48676884d07c7') +sha1sums=('5611926d47ce0699c8176898496603192d5744e4') build() { cd "${pkgname}-${pkgver}" - CFLAGS+="-fPIC" ./configure --prefix=/usr + ./configure --prefix=/usr make } -- cgit v1.2.3-54-g00ecf