mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 04:37:20 +08:00
[skip-ci] tmux: update to 2.8
This commit is contained in:
parent
e93079c14b
commit
1f0cabb232
@ -1,5 +1,5 @@
|
|||||||
pkgname=tmux
|
pkgname=tmux
|
||||||
pkgver=2.7
|
pkgver=2.8
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='A terminal multiplexer, intended as an alternative to GNU screen'
|
pkgdesc='A terminal multiplexer, intended as an alternative to GNU screen'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@ -9,12 +9,12 @@ license=('BSD')
|
|||||||
depends=('ncurses' 'libevent' 'libutempter')
|
depends=('ncurses' 'libevent' 'libutempter')
|
||||||
source=("https://github.com/tmux/tmux/releases/download/${pkgver}/tmux-${pkgver}.tar.gz"
|
source=("https://github.com/tmux/tmux/releases/download/${pkgver}/tmux-${pkgver}.tar.gz"
|
||||||
LICENSE)
|
LICENSE)
|
||||||
sha256sums=('9ded7d100313f6bc5a87404a4048b3745d61f2332f99ec1400a7c4ed9485d452'
|
sha256sums=('7f6bf335634fafecff878d78de389562ea7f73a7367f268b66d37ea13617a2ba'
|
||||||
'b5de80619e4884ced2dfe0a96020e85dcfb715a831ecdfdd7ce8c97b5a6ff2cc')
|
'b5de80619e4884ced2dfe0a96020e85dcfb715a831ecdfdd7ce8c97b5a6ff2cc')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$pkgname-$pkgver"
|
cd "$pkgname-$pkgver"
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr --enable-utempter
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user