summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Landau2018-04-18 21:00:05 +0300
committerDaniel Landau2018-04-18 21:00:05 +0300
commit456ac3b51d624e2aa8a006772f8dabeea36c0810 (patch)
treeac6018924b894dbf4233b9d4b7518321df24a255
parent91bbebec1bf85e81d134f43b7cd744cbcc655c39 (diff)
downloadaur-456ac3b51d624e2aa8a006772f8dabeea36c0810.tar.gz
Bump version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42324e2c8383..c553120b25de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Feb 22 14:05:47 UTC 2018
+# Wed Apr 18 17:58:55 UTC 2018
pkgbase = byobu
pkgdesc = Enhanced profile and useful notifications for tmux/screen
- pkgver = 5.124
+ pkgver = 5.125
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.124/+download/byobu_5.124.orig.tar.gz
- md5sums = 99c8b92c04dae77d2ac29428753cc46b
+ source = https://launchpad.net/byobu/trunk/5.125/+download/byobu_5.125.orig.tar.gz
+ md5sums = f90f15771325e8be9360f301b52182d2
pkgname = byobu
diff --git a/PKGBUILD b/PKGBUILD
index a61615cafd18..1b33c7dfe266 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Submitter: oozyslug <oozyslug at gmail dot com>
pkgname=byobu
-pkgver=5.124
+pkgver=5.125
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=('99c8b92c04dae77d2ac29428753cc46b')
+md5sums=('f90f15771325e8be9360f301b52182d2')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"