summaryrefslogtreecommitdiff
path: root/community/luasocket
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-21 11:27:08 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-21 11:27:08 -0300
commit840283e9012eff70d83361c5ae058c4fb855979e (patch)
treea0f93f9812348b55c9dfbf1cc6b81eba78caf6ee /community/luasocket
parent93c61adf5995517ceecb6308255ff7fb85d59fcb (diff)
parentf02c28de0bbcb85e152fc19d0008805021fe1a33 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/ascii/PKGBUILD extra/gnome-utils/PKGBUILD extra/libmodplug/PKGBUILD extra/mkvtoolnix/PKGBUILD extra/rox/PKGBUILD extra/totem/PKGBUILD kde-unstable/calligra/PKGBUILD multilib/lib32-gtk2/PKGBUILD multilib/lib32-libcups/PKGBUILD multilib/zsnes/PKGBUILD testing/perl-compress-bzip2/PKGBUILD
Diffstat (limited to 'community/luasocket')
-rw-r--r--community/luasocket/PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/community/luasocket/PKGBUILD b/community/luasocket/PKGBUILD
index 4f3f0ad6c..488f518d7 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 <pupykin.s+arch@gmail.com>
# Contributor: Anders Bergh <anders1@gmail.com>
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' 'mips64el')
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
}