Date: Wednesday, October 30, 2013 @ 06:46:41 Author: bpiotrowski Revision: 99576
upgpkg: luarocks 2.1.1-1 - new upstream release Modified: luarocks/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-10-29 23:49:43 UTC (rev 99575) +++ PKGBUILD 2013-10-30 05:46:41 UTC (rev 99576) @@ -4,9 +4,9 @@ # Contributor: Geoffroy Carrier <[email protected]> pkgname=luarocks -pkgver=2.1.0 +pkgver=2.1.1 pkgrel=1 -pkgdesc='Deployment and management system for Lua modules' +pkgdesc='Deployment and management system for Lua 5.1 modules' arch=('any') url='http://luarocks.org/' license=('custom') @@ -19,7 +19,7 @@ backup=('etc/luarocks/config-5.1.lua') options=('!makeflags') source=(http://luarocks.org/releases/$pkgname-$pkgver.tar.gz) -md5sums=('6b44eb2e712b16364047301c0d7c7585') +md5sums=('911da64d6426340674ba478b40b26b4e') build() { cd $pkgname-$pkgver
