Created
June 23, 2026 18:22
-
-
Save Aster89/43ed370adaf8d31d7fedde8bf413ee4f to your computer and use it in GitHub Desktop.
git diff 19f04a0..e7de2ad
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/.SRCINFO b/.SRCINFO | |
| index 32754e5..ec70fc3 100644 | |
| --- a/.SRCINFO | |
| +++ b/.SRCINFO | |
| @@ -1,6 +1,6 @@ | |
| pkgbase = byobu | |
| pkgdesc = Enhanced tmux | |
| - pkgver = 7.0 | |
| + pkgver = 7.11 | |
| pkgrel = 1 | |
| url = https://byobu.org/ | |
| arch = any | |
| @@ -11,7 +11,7 @@ pkgbase = byobu | |
| depends = libnewt | |
| depends = python | |
| depends = tmux | |
| - source = git+https://github.com/dustinkirkland/byobu#tag=7.0 | |
| - b2sums = 6d2253f9840999a59b18d5ad9d1ec3f499a6ffcb16bc73a4f6c0643d85fc73cdc3129a57ffc9ade492c3ba0b29872616f9f58be03722028c99129f2b7389148c | |
| + source = git+https://github.com/dustinkirkland/byobu#tag=7.11 | |
| + b2sums = e7d8b461e0c8c5f39527205088f1c539f0e1aee9c15057cacc738cb894dc2539f1f0efdf471f5fd5eb48592a3bac74c8a285aa205225a9370927a50074631fb6 | |
| pkgname = byobu | |
| diff --git a/PKGBUILD b/PKGBUILD | |
| index fc65537..86577a2 100644 | |
| --- a/PKGBUILD | |
| +++ b/PKGBUILD | |
| @@ -6,7 +6,7 @@ | |
| # Contributor: Justin Coffman <jcoffman at datasecu dot red> | |
| pkgname=byobu | |
| -pkgver=7.0 | |
| +pkgver=7.11 | |
| pkgrel=1 | |
| pkgdesc='Enhanced tmux' | |
| arch=(any) | |
| @@ -15,7 +15,7 @@ license=(GPL-3.0-only) | |
| depends=(libnewt python tmux) | |
| makedepends=(gettext git setconf) | |
| source=("git+https://github.com/dustinkirkland/byobu#tag=$pkgver") | |
| -b2sums=('6d2253f9840999a59b18d5ad9d1ec3f499a6ffcb16bc73a4f6c0643d85fc73cdc3129a57ffc9ade492c3ba0b29872616f9f58be03722028c99129f2b7389148c') | |
| +b2sums=('e7d8b461e0c8c5f39527205088f1c539f0e1aee9c15057cacc738cb894dc2539f1f0efdf471f5fd5eb48592a3bac74c8a285aa205225a9370927a50074631fb6') | |
| prepare() { | |
| cd $pkgname |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment