summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2020-01-13 08:26:49 +0300
committerCaleb Maclennan2020-01-13 08:26:49 +0300
commiteabfd4d0a93911fa98b0bed30b7bb380b7b003fc (patch)
tree12af04a3010c7b1f2e5d43211de26292d1699354
parent700f42412f1b7a339a624cf2b66930359250ee79 (diff)
downloadaur-eabfd4d0a93911fa98b0bed30b7bb380b7b003fc.tar.gz
Mark luarocks as only a build-time dependency
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0dfaa22e5ed1..1537fd4d3da9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,24 +1,21 @@
pkgbase = lua-bit32
pkgdesc = Lua 5.2 bit manipulation library
pkgver = 5.3.0
- pkgrel = 2
+ pkgrel = 3
url = http://www.lua.org/manual/5.2/manual.html#6.7
arch = i686
arch = x86_64
license = MIT
- depends = luarocks
+ makedepends = luarocks
source = bit32-5.3.0.tar.gz::https://github.com/keplerproject/lua-compat-5.2/archive/bitlib-5.3.0.tar.gz
sha256sums = dc1197b9e996b7bd2c6a679b86ed75106d5722424b3e731b8084f56626ec5552
pkgname = lua-bit32
- depends = luarocks
depends = lua
pkgname = lua51-bit32
- depends = luarocks
depends = lua51
pkgname = lua52-bit32
- depends = luarocks
depends = lua52
diff --git a/PKGBUILD b/PKGBUILD
index a8bb5b23f1af..1eb99cb59be9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@ _rockname=bit32
pkgname=("lua-$_rockname" "lua51-$_rockname" "lua52-$_rockname")
pkgbase=lua-$_rockname
pkgver=5.3.0
-pkgrel=2
+pkgrel=3
pkgdesc="Lua 5.2 bit manipulation library"
arch=('i686' 'x86_64')
url="http://www.lua.org/manual/5.2/manual.html#6.7"
license=('MIT')
-depends=('luarocks')
+makedepends=('luarocks')
source=("${_rockname}-${pkgver}.tar.gz::https://github.com/keplerproject/lua-compat-5.2/archive/bitlib-${pkgver}.tar.gz")
sha256sums=('dc1197b9e996b7bd2c6a679b86ed75106d5722424b3e731b8084f56626ec5552')