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

Daurnimator daurnimator at archlinux.org
Wed May 1 14:07:46 UTC 2019


    Date: Wednesday, May 1, 2019 @ 14:07:45
  Author: daurnimator
Revision: 457419

upgpkg: luarocks 3.1.0-1

update to 3.1.0

Modified:
  luarocks/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-01 12:10:40 UTC (rev 457418)
+++ PKGBUILD	2019-05-01 14:07:45 UTC (rev 457419)
@@ -4,8 +4,8 @@
 # Contributor: Geoffroy Carrier <geoffroy at archlinux.org>
 
 pkgname=luarocks
-pkgver=3.0.4
-pkgrel=2
+pkgver=3.1.0
+pkgrel=1
 pkgdesc='Deployment and management system for Lua modules'
 backup=(etc/luarocks/config-5.{1,2,3}.lua)
 arch=('any')
@@ -12,7 +12,11 @@
 url='https://luarocks.org/'
 license=('custom')
 replaces=('luarocks5.1' 'luarocks5.2')
-depends=('unzip' 'zip' 'curl' 'lua')
+depends=('coreutils' # need chmod, md5sum
+         'curl' # need one of curl or wget
+         'lua'
+         'unzip' # need unzip and zip or lua-zlib
+         'zip')
 optdepends=('cvs: for fetching sources from CVS repositories'
             'git: for fetching sources from git repositories'
             'mercurial: for fetching sources from mercurial repositories'
@@ -19,7 +23,7 @@
             'cmake: for building rocks that use the cmake build system'
             'lua-sec: HTTPS support')
 source=("https://luarocks.org/releases/$pkgname-$pkgver.tar.gz"{,.asc})
-md5sums=('b67be533e0e027a26e3fd2b566ac938f'
+md5sums=('55d1a6d4e5e975dae481ce70c306a029'
          'SKIP')
 validpgpkeys=('8460980B2B79786DE0C7FCC83FD8F43C2BB3C478')
 



More information about the arch-commits mailing list