summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2020-08-20 12:45:12 +0300
committerCaleb Maclennan2020-08-20 12:45:12 +0300
commit574f6fd02f37dc6200a2f71525895c1390b263c7 (patch)
tree458b6851de5e40ff47c2061fe875c10a658ba99c
parentd693ad71edf7288dd4ef3e82f8c6834f3e71a741 (diff)
downloadaur-574f6fd02f37dc6200a2f71525895c1390b263c7.tar.gz
upgpkg: zerobrane-studio 1.90-5
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cbee552a816..21c9f82527fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 77ed52198d8e..fca0e522009c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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'