Date: Thursday, August 6, 2020 @ 19:06:42 Author: anatolik Revision: 671200
FS#67499 Revert the package back to lua 5.3 to match 'awesome' package configuration Modified: vicious/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-06 18:58:47 UTC (rev 671199) +++ PKGBUILD 2020-08-06 19:06:42 UTC (rev 671200) @@ -3,12 +3,12 @@ pkgname=vicious pkgver=2.4.1 -pkgrel=1 +pkgrel=2 pkgdesc='Widgets for the Awesome window manager' url='https://github.com/Mic92/vicious' arch=('any') license=('GPL2') -depends=('lua') +depends=('lua53') optdepends=( 'hddtemp: for the HDD Temp widget type' 'alsa-utils: for the Volume widget type' @@ -21,9 +21,9 @@ package() { cd ${pkgname}-$pkgver - install -Dm 644 *.lua -t "${pkgdir}/usr/share/lua/5.4/${pkgname}" - install -Dm 644 widgets/*.lua -t "${pkgdir}/usr/share/lua/5.4/${pkgname}/widgets" - install -Dm 644 contrib/*.lua -t "${pkgdir}/usr/share/lua/5.4/${pkgname}/contrib" + install -Dm 644 *.lua -t "${pkgdir}/usr/share/lua/5.3/${pkgname}" + install -Dm 644 widgets/*.lua -t "${pkgdir}/usr/share/lua/5.3/${pkgname}/widgets" + install -Dm 644 contrib/*.lua -t "${pkgdir}/usr/share/lua/5.3/${pkgname}/contrib" install -Dm 644 README.md Changes.md -t "${pkgdir}/usr/share/doc/${pkgname}" }
