summaryrefslogtreecommitdiff
path: root/user/tmux/APKBUILD
diff options
context:
space:
mode:
authorA. Wilcox <awilcox@wilcox-tech.com>2019-08-23 20:30:47 +0000
committerA. Wilcox <awilcox@wilcox-tech.com>2019-08-23 20:30:47 +0000
commitfee95981eb3f79393dca29065c0c9d2cab5b3061 (patch)
treee96dbdb640b9d3b2963c5903ed4d3825b3bdcfe6 /user/tmux/APKBUILD
parent9b3b10ec34db83c177037c617589c861a2fa52c1 (diff)
parent12dc56030ed99e73bc19efcb627ea4fa1f475ddb (diff)
downloadpackages-fee95981eb3f79393dca29065c0c9d2cab5b3061.tar.gz
packages-fee95981eb3f79393dca29065c0c9d2cab5b3061.tar.bz2
packages-fee95981eb3f79393dca29065c0c9d2cab5b3061.tar.xz
packages-fee95981eb3f79393dca29065c0c9d2cab5b3061.zip
Merge branch 'xterm-tmux-2-electric-boogaloo' into 'master'
Actually, fix tmux instead of xterm See merge request adelie/packages!326
Diffstat (limited to 'user/tmux/APKBUILD')
-rw-r--r--user/tmux/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/user/tmux/APKBUILD b/user/tmux/APKBUILD
index 1748375c1..ebd0a38c0 100644
--- a/user/tmux/APKBUILD
+++ b/user/tmux/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=tmux
pkgver=2.7
-pkgrel=1
+pkgrel=2
pkgdesc="Tool to control multiple terminals from a single terminal"
url="https://tmux.github.io/"
arch="all"
@@ -10,7 +10,8 @@ license="MIT"
depends="ncurses-terminfo"
makedepends="bsd-compat-headers libevent-dev libutempter-dev ncurses-dev"
subpackages="$pkgname-doc"
-source="https://github.com/tmux/tmux/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"
+source="https://github.com/tmux/tmux/releases/download/$pkgver/$pkgname-$pkgver.tar.gz
+ xterm-DECLRMM.patch"
build() {
./configure \
@@ -37,4 +38,5 @@ package() {
done
}
-sha512sums="7839ef748ea55df8c02c727047f65bd235b5e3b8ab23157246071e1b9954fa269594da9fbd0fabf6a850e3b5dfda962a0a067c1507411c92a84d1db2666ecf37 tmux-2.7.tar.gz"
+sha512sums="7839ef748ea55df8c02c727047f65bd235b5e3b8ab23157246071e1b9954fa269594da9fbd0fabf6a850e3b5dfda962a0a067c1507411c92a84d1db2666ecf37 tmux-2.7.tar.gz
+7fb006f8f24d60614fcaeadace933c2ad6674d2476980736a830f63a40d7110638942478322336849d47707c99ab7de0cb01ff39806a4c9144650daf2f666773 xterm-DECLRMM.patch"