diff options
Diffstat (limited to 'community/enet/PKGBUILD')
-rw-r--r-- | community/enet/PKGBUILD | 7 |
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') |