summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Song2016-09-30 22:27:14 -0700
committerRay Song2016-09-30 22:27:14 -0700
commita243aa72682195c757dcc7c2136159a1240313c6 (patch)
tree1f33d6beb054d74e03388a4ff1997bb052daf5e7
parent32ecfe111e1cd009a358d7c69b76c375c51dfd77 (diff)
downloadaur-a243aa72682195c757dcc7c2136159a1240313c6.tar.gz
bump to tmux-2.3-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fff70fdcc6c4..67a6bc334da5 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.2
+ pkgdesc = A terminal multiplexer (patched with support for fullwidth backspace)
+ pkgver = 2.3
pkgrel = 1
url = http://tmux.github.io/
arch = i686
@@ -11,12 +11,12 @@ pkgbase = tmux-fullwidth-backspace
depends = libutempter
provides = tmux
conflicts = tmux
- source = https://github.com/tmux/tmux/releases/download/2.2/tmux-2.2.tar.gz
+ source = https://github.com/tmux/tmux/releases/download/2.3/tmux-2.3.tar.gz
source = LICENSE
source = fullwidth-backspace.patch
- md5sums = bd95ee7205e489c62c616bb7af040099
+ md5sums = fcfd1611d705d8b31df3c26ebc93bd3e
md5sums = 71601bc37fa44e4395580b321963018e
- md5sums = SKIP
+ md5sums = 9110efa8524cb8e34c8f7976a11318c1
pkgname = tmux-fullwidth-backspace
diff --git a/PKGBUILD b/PKGBUILD
index f648e32aa3a9..6b3f2310d2d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Ray Song <i@maskray.me>
pkgname=tmux-fullwidth-backspace
-pkgver=2.2
+pkgver=2.3
pkgrel=1
-pkgdesc='A terminal multiplexer (patched with support for fullwidth backspace'
+pkgdesc='A terminal multiplexer (patched with support for fullwidth backspace)'
url='http://tmux.github.io/'
arch=('i686' 'x86_64')
license=('BSD')
@@ -12,9 +12,9 @@ source=(https://github.com/tmux/tmux/releases/download/$pkgver/tmux-$pkgver.tar.
LICENSE fullwidth-backspace.patch)
provides=('tmux')
conflicts=('tmux')
-md5sums=('bd95ee7205e489c62c616bb7af040099'
+md5sums=('fcfd1611d705d8b31df3c26ebc93bd3e'
'71601bc37fa44e4395580b321963018e'
- 'SKIP')
+ '9110efa8524cb8e34c8f7976a11318c1')
prepare() {
cd "$srcdir/tmux-${pkgver/_/}"