From 051a089508dcb9131c5a2e15ec4cdca686e3d2c7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 6 Jun 2013 00:08:39 -0700 Subject: Thu Jun 6 00:08:39 PDT 2013 --- community/enet/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community/enet/PKGBUILD') diff --git a/community/enet/PKGBUILD b/community/enet/PKGBUILD index 98c26c4ea..2e1f2a1ad 100644 --- a/community/enet/PKGBUILD +++ b/community/enet/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 88352 2013-04-16 15:17:10Z svenstaro $ +# $Id: PKGBUILD 92446 2013-06-05 15:30:42Z svenstaro $ # Maintainer: Sven-Hendrik Haase # Contributor: Mateusz Herych # Contributor: Bj?indeijer pkgname=enet -pkgver=1.3.7 +pkgver=1.3.8 pkgrel=1 pkgdesc='A relatively thin, simple and robust network communication layer on top of UDP.' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ license=('custom') depends=('glibc') options=('!libtool') source=("http://enet.bespin.org/download/${pkgname}-${pkgver}.tar.gz") -sha1sums=('5611926d47ce0699c8176898496603192d5744e4') +sha1sums=('72284b0699ace09c1723fd532742077ca775b724') build() { cd "${pkgname}-${pkgver}" -- cgit v1.2.3-54-g00ecf