mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/tg: build with lua5.3 instead of lua5.2
This commit is contained in:
parent
e550ebe21b
commit
60dbf73e0f
@ -2,14 +2,14 @@
|
||||
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
|
||||
pkgname=tg
|
||||
pkgver=1.3.1
|
||||
pkgrel=7
|
||||
pkgrel=8
|
||||
_tglver=2.0.1
|
||||
_tlparserver=0_git20151118
|
||||
pkgdesc="Command line Telegram client"
|
||||
url="https://github.com/vysheng/tg"
|
||||
arch="all !s390x"
|
||||
license="GPL-3.0"
|
||||
depends_dev="readline-dev libressl-dev libconfig-dev libevent-dev jansson-dev lua5.2-dev"
|
||||
depends_dev="readline-dev libressl-dev libconfig-dev libevent-dev jansson-dev lua5.3-dev"
|
||||
makedepends="$depends_dev zlib-dev grep"
|
||||
provides="telegram-cli"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/vysheng/tg/archive/$pkgver.tar.gz
|
||||
@ -35,9 +35,9 @@ prepare() {
|
||||
build() {
|
||||
cd "$builddir"
|
||||
|
||||
export LUA=/usr/bin/lua5.2
|
||||
export LUA_INCLUDE=-I/usr/include/lua5.2
|
||||
export LUA_LIB=$(pkg-config --libs lua5.2)
|
||||
export LUA=/usr/bin/lua5.3
|
||||
export LUA_INCLUDE=-I/usr/include/lua5.3
|
||||
export LUA_LIB=$(pkg-config --libs lua5.3)
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
|
Loading…
Reference in New Issue
Block a user