summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Landau2017-01-01 12:12:18 +0200
committerDaniel Landau2017-01-01 12:12:18 +0200
commitbb87ea6280a3471ed4bca48bd239a0d09c93db88 (patch)
treecfe33e88f249e98e4ebee8ff850b17d2e4e205cf
parentbc12e89b8caf47745108eae91af5bd865d3c673c (diff)
downloadaur-bb87ea6280a3471ed4bca48bd239a0d09c93db88.tar.gz
Update upstream version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fc8aee4491c..e540ae77fcaa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jun 27 15:00:40 UTC 2016
+# Sun Jan 1 10:11:45 UTC 2017
pkgbase = byobu
pkgdesc = Enhanced profile and useful notifications for tmux/screen
- pkgver = 5.108
+ pkgver = 5.113
pkgrel = 1
url = https://launchpad.net/byobu
install = byobu.install
@@ -14,8 +14,8 @@ pkgbase = byobu
depends = tmux
optdepends = screen: alternative back-end for byobu (default: tmux)
optdepends = python2: needed for byobu-config
- source = https://launchpad.net/byobu/trunk/5.108/+download/byobu_5.108.orig.tar.gz
- md5sums = 44316c7db6ce6eb62de9506d57d750f4
+ source = https://launchpad.net/byobu/trunk/5.113/+download/byobu_5.113.orig.tar.gz
+ md5sums = e0bdfa9177555fb52b6d670956bcb7c0
pkgname = byobu
diff --git a/PKGBUILD b/PKGBUILD
index aa96370af14c..d9b47715e3eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Submitter: oozyslug <oozyslug at gmail dot com>
pkgname=byobu
-pkgver=5.108
+pkgver=5.113
pkgrel=1
pkgdesc="Enhanced profile and useful notifications for tmux/screen"
arch=("any")
@@ -15,7 +15,7 @@ makedepends=("gettext")
optdepends=("screen: alternative back-end for byobu (default: tmux)"
"python2: needed for byobu-config")
source=("${url}/trunk/${pkgver}/+download/${pkgname}_${pkgver}.orig.tar.gz")
-md5sums=('44316c7db6ce6eb62de9506d57d750f4')
+md5sums=('e0bdfa9177555fb52b6d670956bcb7c0')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"