summaryrefslogtreecommitdiff
path: root/community/luarocks/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/luarocks/PKGBUILD')
-rw-r--r--community/luarocks/PKGBUILD16
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')