[arch-commits] Commit in luarocks/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sun May 19 08:22:00 UTC 2013


    Date: Sunday, May 19, 2013 @ 10:22:00
  Author: bpiotrowski
Revision: 91089

upgpkg: luarocks 2.0.13-1

Modified:
  luarocks/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-19 01:56:32 UTC (rev 91088)
+++ PKGBUILD	2013-05-19 08:22:00 UTC (rev 91089)
@@ -4,8 +4,8 @@
 # Contributor: Geoffroy Carrier <geoffroy at archlinux.org>
 
 pkgname=luarocks
-pkgver=2.0.12
-pkgrel=2
+pkgver=2.0.13
+pkgrel=1
 pkgdesc='Deployment and management system for Lua modules'
 arch=('any')
 url='http://luarocks.org/'
@@ -18,10 +18,10 @@
 license=('custom')
 options=('!makeflags')
 source=(http://luarocks.org/releases/$pkgname-$pkgver.tar.gz)
-md5sums=('a1bc938ddf835550917f0cb6964ea516')
+md5sums=('b46809e44648875e8234c2fef79783f9')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   ./configure --prefix=/usr \
               --sysconfdir=/etc/luarocks \
@@ -31,7 +31,7 @@
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
-  make install DESTDIR=$pkgdir
-  install -D COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+  install -D COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }




More information about the arch-commits mailing list