diff options
Diffstat (limited to 'community/luasocket/PKGBUILD')
-rw-r--r-- | community/luasocket/PKGBUILD | 8 |
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" } |