diff options
author | Caleb Maclennan | 2020-08-20 12:45:12 +0300 |
---|---|---|
committer | Caleb Maclennan | 2020-08-20 12:45:12 +0300 |
commit | 574f6fd02f37dc6200a2f71525895c1390b263c7 (patch) | |
tree | 458b6851de5e40ff47c2061fe875c10a658ba99c | |
parent | d693ad71edf7288dd4ef3e82f8c6834f3e71a741 (diff) | |
download | aur-574f6fd02f37dc6200a2f71525895c1390b263c7.tar.gz |
upgpkg: zerobrane-studio 1.90-5
-rw-r--r-- | .SRCINFO | 16 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 12 insertions, 12 deletions
@@ -1,20 +1,20 @@ pkgbase = zerobrane-studio pkgdesc = A lightweight Lua-based IDE for Lua pkgver = 1.90 - pkgrel = 4 + pkgrel = 5 url = https://studio.zerobrane.com/ arch = any license = MIT makedepends = cmake depends = hicolor-icon-theme - depends = lua - depends = lua-copas - depends = lua-filesystem - depends = lua-lpeg - depends = lua-sec - depends = lua-socket + depends = lua53 + depends = lua53-copas + depends = lua53-filesystem + depends = lua53-lpeg + depends = lua53-sec + depends = lua53-socket depends = wxlua - optdepends = busted: to debug busted test specs + optdepends = lua53-busted: to debug busted test specs optdepends = gsl-shell: te debug GNU Scientific Library shell programs optdepends = love: to debug löve programs optdepends = lua51: to debug lua51 programs @@ -6,7 +6,7 @@ pkgname=zerobrane-studio _pkgname=ZeroBraneStudio pkgver=1.90 -pkgrel=4 +pkgrel=5 pkgdesc="A lightweight Lua-based IDE for Lua" arch=('any') url='https://studio.zerobrane.com/' @@ -17,11 +17,11 @@ _lua_deps=('copas' 'sec' 'socket') depends=('hicolor-icon-theme' - 'lua' - "${_lua_deps[@]/#/lua-}" + 'lua53' + "${_lua_deps[@]/#/lua53-}" 'wxlua') makedepends=('cmake') -optdepends=('busted: to debug busted test specs' +optdepends=('lua53-busted: to debug busted test specs' 'gsl-shell: te debug GNU Scientific Library shell programs' 'love: to debug löve programs' 'lua51: to debug lua51 programs' |