diff options
author | root <root@rshg054.dnsready.net> | 2011-12-22 23:15:05 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-22 23:15:05 +0000 |
commit | 34e6c976d28892a7bd3f7578f10fcfa57865472f (patch) | |
tree | c3bd6b5146aa6393df096632e92c57d0fcd4e85a /community/luarocks/PKGBUILD | |
parent | 69d24275e4d5296a5f02e4c4d0fc438a80d159b8 (diff) |
Thu Dec 22 23:15:04 UTC 2011
Diffstat (limited to 'community/luarocks/PKGBUILD')
-rw-r--r-- | community/luarocks/PKGBUILD | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/community/luarocks/PKGBUILD b/community/luarocks/PKGBUILD index 2b29ab5c8..bd6ae2be6 100644 --- a/community/luarocks/PKGBUILD +++ b/community/luarocks/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 56921 2011-10-16 23:25:18Z cbrannon $ +# $Id: PKGBUILD 61062 2011-12-21 13:24:55Z cbrannon $ # Maintainer: Chris Brannon <cmbrannon79@gmail.com> # Contributor: Geoffroy Carrier <geoffroy@archlinux.org> pkgname=luarocks -pkgver=2.0.6 +pkgver=2.0.7 pkgrel=1 pkgdesc='Deployment and management system for Lua modules' arch=('i686' 'x86_64') @@ -15,17 +15,12 @@ optdepends=('cvs: for fetching sources from CVS repositories' 'luasec: HTTPS support' 'cmake: for building rocks that use the cmake build system') license=('custom') -source=(http://luarocks.org/releases/$pkgname-$pkgver.tar.gz - packbinary.patch) +options=('!makeflags') +source=(http://luarocks.org/releases/$pkgname-$pkgver.tar.gz) build() { cd "$srcdir/$pkgname-$pkgver" - ## The --pack-binary option to the "build" command is broken in the release, - # but it was fixed in upstream's git repo. The following patch goes - # away with the next release: - patch -p1 < "$srcdir/packbinary.patch" - # I added --with-downloader=curl, because luarocks already uses curl # for uploading. May as well use curl for downloading. ./configure --prefix=/usr --sysconfdir=/etc/luarocks --with-downloader=curl @@ -38,5 +33,4 @@ package() { install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } -md5sums=('ad3eed4d579552aa91ea49c2bdbc2bb1' - 'f364b5a092a54559408df7431bc14746') +md5sums=('3a9f80418025e2c43ac369ee6837b659') |