summaryrefslogtreecommitdiff
path: root/community/enet/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-04-17 00:05:54 -0700
committerroot <root@rshg054.dnsready.net>2013-04-17 00:05:54 -0700
commit0f02baec6afdab918d86a226ee9a984482b5a534 (patch)
tree15cb1e77a0a46bc218404a4725caeda3089039f8 /community/enet/PKGBUILD
parent975d6f489c6c43bbc7b816ac43333c54c1f4df21 (diff)
Wed Apr 17 00:05:54 PDT 2013
Diffstat (limited to 'community/enet/PKGBUILD')
-rw-r--r--community/enet/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
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 <heniekk@gmail.com>
+# $Id: PKGBUILD 88352 2013-04-16 15:17:10Z svenstaro $
+# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
+# Contributor: Mateusz Herych <heniekk@gmail.com>
# Contributor: Bj?indeijer <bjorn@lindeijer.nl>
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
}