summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXabre2019-03-17 13:36:38 +0100
committerXabre2019-03-17 13:36:38 +0100
commit21c5fb2688a3aa251ce768836c223016d6192420 (patch)
treecdc3977c400218fb3ca0d060309972678f393f3e
parentb99531095e17397e2532b324186f9bf405d98e25 (diff)
downloadaur-21c5fb2688a3aa251ce768836c223016d6192420.tar.gz
Luarocks dep change
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60a558c8067f..39b1960331a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by mksrcinfo v8
-# Tue May 16 22:20:29 UTC 2017
pkgbase = luazip5.1
pkgdesc = reading files inside zip files
pkgver = 1.2.4
- pkgrel = 2
+ pkgrel = 3
url = http://www.keplerproject.org/luazip/
arch = i686
arch = x86_64
license = MIT
makedepends = git
- makedepends = luarocks5.1
+ makedepends = luarocks
depends = lua51
depends = zziplib
diff --git a/PKGBUILD b/PKGBUILD
index 30d47b086054..4b5bd287e86b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: strata <strata@dropswitch.net>
pkgname=luazip5.1
pkgver=1.2.4
-pkgrel=2
+pkgrel=3
pkgdesc="reading files inside zip files"
arch=('i686' 'x86_64')
url="http://www.keplerproject.org/luazip/"
license=('MIT')
depends=('lua51' 'zziplib')
-makedepends=('git' 'luarocks5.1')
+makedepends=('git' 'luarocks')
build() {
- luarocks-5.1 --tree="${srcdir}" build luazip
+ luarocks --lua-version=5.1 --tree="${srcdir}" build luazip
}
package() {