mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/conky: Build with lua 5.4.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2ab2f76ee0
commit
c1f51cd33b
2 changed files with 4 additions and 2 deletions
|
@ -22,11 +22,13 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# 20241017 bkw: Modified by SlackBuilds.org, BUILD=2: update for lua 5.4.
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=conky
|
||||
VERSION=${VERSION:-1.21.7}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/brndnmtthws/conky/archive/v1.21.7/conky-1.21.7.tar.
|
|||
MD5SUM="002bcb432d791778e303b71f1793eda4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="lua53 imlib2"
|
||||
REQUIRES="lua imlib2"
|
||||
MAINTAINER="M.Dinslage"
|
||||
EMAIL="matthewdinslage@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue