bump: Lua 5.4
This commit is contained in:
parent
9c4f3d6bf5
commit
d54a3692be
4
PKGBUILD
4
PKGBUILD
|
@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
|
||||||
url='http://awesome.naquadah.org/'
|
url='http://awesome.naquadah.org/'
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
depends=('cairo' 'dbus' 'gdk-pixbuf2' 'libxdg-basedir' 'libxkbcommon-x11'
|
depends=('cairo' 'dbus' 'gdk-pixbuf2' 'libxdg-basedir' 'libxkbcommon-x11'
|
||||||
'lua53' 'lua53-lgi' 'pango' 'startup-notification' 'xcb-util-cursor'
|
'lua' 'lua-lgi' 'pango' 'startup-notification' 'xcb-util-cursor'
|
||||||
'xcb-util-keysyms' 'xcb-util-wm' 'xcb-util-xrm' 'libxfixes')
|
'xcb-util-keysyms' 'xcb-util-wm' 'xcb-util-xrm' 'libxfixes')
|
||||||
makedepends=('asciidoc' 'cmake' 'docbook-xsl' 'git' 'imagemagick' 'ldoc'
|
makedepends=('asciidoc' 'cmake' 'docbook-xsl' 'git' 'imagemagick' 'ldoc'
|
||||||
'xmlto')
|
'xmlto')
|
||||||
|
@ -23,7 +23,7 @@ conflicts=('awesome')
|
||||||
backup=('etc/xdg/awesome/rc.lua')
|
backup=('etc/xdg/awesome/rc.lua')
|
||||||
source=("$pkgname::git+https://gitea.aireone.xyz/Aire-One/awesome.git")
|
source=("$pkgname::git+https://gitea.aireone.xyz/Aire-One/awesome.git")
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
_LUA_VER=5.3
|
_LUA_VER=5.4
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd $pkgname
|
cd $pkgname
|
||||||
|
|
Loading…
Reference in New Issue