summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Landau2018-09-20 20:46:41 +0300
committerDaniel Landau2018-09-20 20:46:41 +0300
commit900fb458f8bfdf169b56237efd7335559948c61d (patch)
tree5180bb3ce1eb2a1fdce7c87640f4b66b8f44019b
parent456ac3b51d624e2aa8a006772f8dabeea36c0810 (diff)
downloadaur-900fb458f8bfdf169b56237efd7335559948c61d.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 c553120b25de..62f6eb83d748 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Apr 18 17:58:55 UTC 2018
+# Thu Sep 20 17:45:56 UTC 2018
pkgbase = byobu
pkgdesc = Enhanced profile and useful notifications for tmux/screen
- pkgver = 5.125
+ pkgver = 5.127
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.125/+download/byobu_5.125.orig.tar.gz
- md5sums = f90f15771325e8be9360f301b52182d2
+ source = https://launchpad.net/byobu/trunk/5.127/+download/byobu_5.127.orig.tar.gz
+ md5sums = 18ddaa94dd2eccd7ff771c9050001056
pkgname = byobu
diff --git a/PKGBUILD b/PKGBUILD
index 1b33c7dfe266..50b882c96da1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Submitter: oozyslug <oozyslug at gmail dot com>
pkgname=byobu
-pkgver=5.125
+pkgver=5.127
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=('f90f15771325e8be9360f301b52182d2')
+md5sums=('18ddaa94dd2eccd7ff771c9050001056')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"