From ce5ac9de0ae195c272c1b6fa10dcf7aedbe88078 Mon Sep 17 00:00:00 2001 From: "Adrian Chaves Fernandez (Gallaecio)" Date: Mon, 19 Aug 2013 07:40:43 +0000 Subject: [PATCH] Rebuilt ENET, upstream source archive has changed (again). --- enet/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/enet/PKGBUILD b/enet/PKGBUILD index 35235d464..02b9e34a5 100644 --- a/enet/PKGBUILD +++ b/enet/PKGBUILD @@ -5,7 +5,7 @@ pkgname=enet pkgver=1.3.9 -pkgrel=2 +pkgrel=3 pkgdesc='A relatively thin, simple and robust network communication layer on top of UDP.' arch=('i686' 'x86_64') url='http://enet.bespin.org/' @@ -13,7 +13,7 @@ license=('MIT') replaces=('enet-old') changelog=ChangeLog source=("http://$pkgname.bespin.org/download/$pkgname-$pkgver.tar.gz") -md5sums=('fec9b8dcaaae433b06efad9e72ffaeb2') +md5sums=('43513288d7dc5a171cb59e3e65be361c') build() { cd $pkgname-$pkgver -- GitLab