summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFangrui Song2017-05-29 12:17:06 -0700
committerFangrui Song2017-05-29 12:17:06 -0700
commit7d767d732cfad6528babea054aec8a05f9506f0a (patch)
tree9142d8029bdb0dea996ef73ed7cb7d6e3a6ad79e
parent15b70352adc869196764bbf057945eb5ce6f0032 (diff)
downloadaur-7d767d732cfad6528babea054aec8a05f9506f0a.tar.gz
bump to 2.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 457adab7ae22..f95618781118 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tmux-fullwidth-backspace
pkgdesc = A terminal multiplexer (patched with support for fullwidth backspace)
- pkgver = 2.4
+ pkgver = 2.5
pkgrel = 1
url = http://tmux.github.io/
arch = i686
@@ -11,10 +11,10 @@ pkgbase = tmux-fullwidth-backspace
depends = libutempter
provides = tmux
conflicts = tmux
- source = https://github.com/tmux/tmux/releases/download/2.4/tmux-2.4.tar.gz
+ source = https://github.com/tmux/tmux/releases/download/2.5/tmux-2.5.tar.gz
source = LICENSE
source = fullwidth-backspace.patch
- md5sums = 6165d3aca811a3225ef8afbd1afcf1c5
+ md5sums = 4a5d73d96d8f11b0bdf9b6f15ab76d15
md5sums = 71601bc37fa44e4395580b321963018e
md5sums = d94a3a131ae12cc227cb76b627451d7a
diff --git a/PKGBUILD b/PKGBUILD
index 58ae7b95116d..acfaf6091d73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ray Song <i@maskray.me>
pkgname=tmux-fullwidth-backspace
-pkgver=2.4
+pkgver=2.5
pkgrel=1
pkgdesc='A terminal multiplexer (patched with support for fullwidth backspace)'
url='http://tmux.github.io/'
@@ -12,7 +12,7 @@ source=(https://github.com/tmux/tmux/releases/download/$pkgver/tmux-$pkgver.tar.
LICENSE fullwidth-backspace.patch)
provides=('tmux')
conflicts=('tmux')
-md5sums=('6165d3aca811a3225ef8afbd1afcf1c5'
+md5sums=('4a5d73d96d8f11b0bdf9b6f15ab76d15'
'71601bc37fa44e4395580b321963018e'
'd94a3a131ae12cc227cb76b627451d7a')