From f02c28de0bbcb85e152fc19d0008805021fe1a33 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 20 Jun 2011 23:03:55 +0000 Subject: Mon Jun 20 23:03:54 UTC 2011 --- community/luasocket/PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'community/luasocket/PKGBUILD') diff --git a/community/luasocket/PKGBUILD b/community/luasocket/PKGBUILD index 17405e25b..21e96f09d 100644 --- a/community/luasocket/PKGBUILD +++ b/community/luasocket/PKGBUILD @@ -1,21 +1,19 @@ -# $Id: PKGBUILD 41828 2011-03-09 12:08:16Z spupykin $ +# $Id: PKGBUILD 49637 2011-06-18 20:20:18Z foutrelis $ # Maintainer: Sergej Pupykin # Contributor: Anders Bergh pkgname=luasocket pkgver=2.0.2 -pkgrel=4 +pkgrel=5 pkgdesc="Luasocket is the most comprehensive networking support library for the Lua language." arch=('i686' 'x86_64') url="http://www.cs.princeton.edu/~diego/professional/luasocket/" license=('MIT') depends=(lua) source=(http://luaforge.net/frs/download.php/2664/luasocket-$pkgver.tar.gz - lua-license.html::http://www.lua.org/copyright.html luasocket-arch.patch luasocket-unixsocket.patch) md5sums=('41445b138deb7bcfe97bff957503da8e' - '54af76b72c22a75aa468cb688017e78e' '3270f42ff374f230c6450f49132f8625' '8d116bb70bd7a2fa15cbe949d4cfc35e') @@ -25,5 +23,5 @@ build() { patch -p1 < $srcdir/luasocket-unixsocket.patch make make DESTDIR="$pkgdir" install - install -D -m0644 $srcdir/lua-license.html $pkgdir/usr/share/licenses/$pkgname/lua-license.html + install -D -m0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE } -- cgit v1.2.3-54-g00ecf