summaryrefslogtreecommitdiff
path: root/community/luasocket
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-25 02:08:36 -0700
committerroot <root@rshg054.dnsready.net>2013-10-25 02:08:36 -0700
commit5a3821aec094b38a412cf5e6997c08b6428d6f77 (patch)
tree80caf9e8d169d5c43d828ede599cb91fa065d8df /community/luasocket
parent94ded0cb27161b972228cfef8ea2e6f60af0f2b2 (diff)
Fri Oct 25 02:07:10 PDT 2013
Diffstat (limited to 'community/luasocket')
-rw-r--r--community/luasocket/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/luasocket/PKGBUILD b/community/luasocket/PKGBUILD
index 684566c28..f77bfaab3 100644
--- a/community/luasocket/PKGBUILD
+++ b/community/luasocket/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 98942 2013-10-21 14:19:50Z spupykin $
+# $Id: PKGBUILD 99083 2013-10-24 09:31:56Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Anders Bergh <anders1@gmail.com>
pkgbase=luasocket
pkgname=(lua-socket lua51-socket)
pkgver=3.0rc1
-pkgrel=2
+pkgrel=3
pkgdesc='Networking support library for the Lua language'
arch=('i686' 'x86_64')
url='https://github.com/diegonehab/luasocket'
@@ -34,7 +34,7 @@ build() {
package_lua-socket() {
depends=('lua')
cd luasocket-${pkgver/rc/-rc}-52
- make DESTDIR="$pkgdir/" LUAV=5.2 prefix=/usr install
+ make DESTDIR="$pkgdir/" LUAV=5.2 prefix=/usr install-unix
install -D -m0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
@@ -44,6 +44,6 @@ package_lua51-socket() {
conflicts=('luasocket')
cd luasocket-${pkgver/rc/-rc}
- make DESTDIR="$pkgdir/" LUAV=5.1 prefix=/usr install
+ make DESTDIR="$pkgdir/" LUAV=5.1 prefix=/usr install-unix
install -D -m0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}