summaryrefslogtreecommitdiff
path: root/community/enet
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-09-29 23:14:32 +0000
committerroot <root@rshg054.dnsready.net>2011-09-29 23:14:32 +0000
commit0abb1942e8be584d56a1b35b2d1911cbe9f5bbd1 (patch)
tree1a8030f72ecc9d90c9f4c41d9a9d0662169b6404 /community/enet
parentf8db5d1487e8e0ceeb97a396e357c1540a047ed8 (diff)
Thu Sep 29 23:14:32 UTC 2011
Diffstat (limited to 'community/enet')
-rw-r--r--community/enet/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/enet/PKGBUILD b/community/enet/PKGBUILD
index 212fa4543..42f66822f 100644
--- a/community/enet/PKGBUILD
+++ b/community/enet/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 42151 2011-03-14 16:17:27Z mherych $
+# $Id: PKGBUILD 55996 2011-09-28 12:57:06Z jelle $
# Maintainer: Mateusz Herych <heniekk@gmail.com>
# Contributor: Bj?indeijer <bjorn@lindeijer.nl>
pkgname=enet
-pkgver=1.3.1
+pkgver=1.3.3
pkgrel=1
pkgdesc='A relatively thin, simple and robust network communication layer on top of UDP.'
arch=('i686' 'x86_64')
url='http://enet.bespin.org/'
license=('custom')
+depends=('glibc')
source=("http://enet.bespin.org/download/${pkgname}-${pkgver}.tar.gz")
-md5sums=('d31adbd50924fe39aab3c23308f58959')
build() {
cd ${pkgname}-${pkgver}
@@ -24,3 +24,4 @@ package() {
install -m 755 libenet.so.2 ${pkgdir}/usr/lib
install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}
+md5sums=('4b0b69377fd4511e82e5f0921a942e59')