summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Landau2019-07-25 13:31:27 +0300
committerDaniel Landau2019-07-25 13:31:27 +0300
commit1769e43702e13e88e72e253acdb50d63eb63a1c9 (patch)
tree52d6287005b2dfb4175ad75e2a67f003c3652bb2
parenta0c2fd89f99769b485ca7b9e9309bfee975bbedd (diff)
downloadaur-1769e43702e13e88e72e253acdb50d63eb63a1c9.tar.gz
Update and remove now obsolete patch
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD14
-rw-r--r--non_ubuntu_color_fix.patch13
3 files changed, 10 insertions, 29 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 010ef7b8f904..9d9811e17d00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Tue Jan 29 20:20:06 UTC 2019
pkgbase = byobu
pkgdesc = Enhanced profile and useful notifications for tmux/screen
- pkgver = 5.127
- pkgrel = 2
+ pkgver = 5.129
+ pkgrel = 1
url = https://launchpad.net/byobu
install = byobu.install
arch = any
@@ -14,12 +12,10 @@ 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.127/+download/byobu_5.127.orig.tar.gz
+ source = https://launchpad.net/byobu/trunk/5.129/+download/byobu_5.129.orig.tar.gz
source = gnome3_desktop_application_not_starting.patch
- source = non_ubuntu_color_fix.patch
- md5sums = 18ddaa94dd2eccd7ff771c9050001056
+ md5sums = 7ec69e1c169e3bc8494423176733c8de
md5sums = 23db3b90ae454c00384fcd3af8ad3020
- md5sums = f93c4defa186db07bae329b3190b1d1a
pkgname = byobu
diff --git a/PKGBUILD b/PKGBUILD
index e5e0ff1e713a..e16e560efcfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: Sibren Vasse <arch at sibrenvasse dot nl>
+# Maintainer: Daniel Landau <aur@landau.fi>
+# Contributor: Sibren Vasse <arch at sibrenvasse dot nl>
# Contributor: oozyslug <oozyslug at gmail dot com>
# Submitter: oozyslug <oozyslug at gmail dot com>
pkgname=byobu
-pkgver=5.127
-pkgrel=2
+pkgver=5.129
+pkgrel=1
pkgdesc="Enhanced profile and useful notifications for tmux/screen"
arch=("any")
url="https://launchpad.net/byobu"
@@ -16,11 +17,9 @@ optdepends=("screen: alternative back-end for byobu (default: tmux)"
"python2: needed for byobu-config")
source=("${url}/trunk/${pkgver}/+download/${pkgname}_${pkgver}.orig.tar.gz"
"gnome3_desktop_application_not_starting.patch"
-"non_ubuntu_color_fix.patch"
)
-md5sums=('18ddaa94dd2eccd7ff771c9050001056'
- '23db3b90ae454c00384fcd3af8ad3020'
- 'f93c4defa186db07bae329b3190b1d1a')
+md5sums=('7ec69e1c169e3bc8494423176733c8de'
+ '23db3b90ae454c00384fcd3af8ad3020')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -41,5 +40,4 @@ package() {
make install DESTDIR="$pkgdir"
cd "$pkgdir"
patch -p0 < "${srcdir}/gnome3_desktop_application_not_starting.patch"
- patch -p0 < "${srcdir}/non_ubuntu_color_fix.patch"
}
diff --git a/non_ubuntu_color_fix.patch b/non_ubuntu_color_fix.patch
deleted file mode 100644
index 6e9d57f7cf68..000000000000
--- a/non_ubuntu_color_fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-=== modified file 'usr/share/byobu/profiles/bashrc'
---- usr/share/byobu/profiles/bashrc 2018-08-12 16:32:34 +0000
-+++ usr/share/byobu/profiles/bashrc 2019-01-23 22:09:04 +0000
-@@ -54,7 +54,7 @@
- ;;
- *)
- # Use Googley colors (blue / red / yellow / blue / green / red )
-- PS1="${debian_chroot:+($debian_chroot)}\[\e[31m\]\$(byobu_prompt_status)\[\e[38;5;69m\]\u\[\e[38;5;214m\]@\[\e[38;5;167m\]\h\[\e[38;5;214m\]:\[\e[38;5;71m\]\w\[\e[38;5;214m\]\$(byobu_prompt_symbol)\e[00m\] "
-+ PS1="${debian_chroot:+($debian_chroot)}\[\e[31m\]\$(byobu_prompt_status)\[\e[38;5;69m\]\u\[\e[38;5;214m\]@\[\e[38;5;167m\]\h\[\e[38;5;214m\]:\[\e[38;5;71m\]\w\[\e[38;5;214m\]\$(byobu_prompt_symbol)\[\e[00m\] "
- ;;
- esac
- fi
-