summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Landau2019-08-20 12:24:03 +0300
committerDaniel Landau2019-08-20 12:24:03 +0300
commit551f5f01e62a009d6d18b49eda455cd3186d8faf (patch)
tree7e11fad01a30c60c46fbc8bbdc3e3fff9f680031
parent1769e43702e13e88e72e253acdb50d63eb63a1c9 (diff)
downloadaur-551f5f01e62a009d6d18b49eda455cd3186d8faf.tar.gz
Remove python2 from optdeps
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d9811e17d00..d191ab2689f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = byobu
pkgdesc = Enhanced profile and useful notifications for tmux/screen
pkgver = 5.129
- pkgrel = 1
+ pkgrel = 2
url = https://launchpad.net/byobu
install = byobu.install
arch = any
@@ -11,7 +11,6 @@ pkgbase = byobu
depends = python
depends = tmux
optdepends = screen: alternative back-end for byobu (default: tmux)
- optdepends = python2: needed for byobu-config
source = https://launchpad.net/byobu/trunk/5.129/+download/byobu_5.129.orig.tar.gz
source = gnome3_desktop_application_not_starting.patch
md5sums = 7ec69e1c169e3bc8494423176733c8de
diff --git a/PKGBUILD b/PKGBUILD
index e16e560efcfa..34b7a4bcf16e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=byobu
pkgver=5.129
-pkgrel=1
+pkgrel=2
pkgdesc="Enhanced profile and useful notifications for tmux/screen"
arch=("any")
url="https://launchpad.net/byobu"
@@ -13,8 +13,7 @@ license=("GPL3")
depends=("libnewt" "python" "tmux")
install="byobu.install"
makedepends=("gettext")
-optdepends=("screen: alternative back-end for byobu (default: tmux)"
- "python2: needed for byobu-config")
+optdepends=("screen: alternative back-end for byobu (default: tmux)")
source=("${url}/trunk/${pkgver}/+download/${pkgname}_${pkgver}.orig.tar.gz"
"gnome3_desktop_application_not_starting.patch"
)