summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Witek2017-09-17 16:11:17 +0200
committerTobias Witek2017-09-17 16:11:17 +0200
commit2f6666016e74f0409ad64d4229e613aa5ea18b2b (patch)
tree6cb2f10e9581512146bde63612195ce57fa38264
parent6ffb77989efdde526bd231139e394872821cba6f (diff)
downloadaur-2f6666016e74f0409ad64d4229e613aa5ea18b2b.tar.gz
[bumblebee-status] Python dependency updates
* Add python as mandatory dependency * Update the package name for the python i3ipc library
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ace2201d206..e764028b742a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = bumblebee-status
url = https://github.com/tobi-wan-kenobi/bumblebee-status
arch = any
license = MIT
+ depends = python
depends = python-netifaces
depends = python-psutil
depends = python-requests
@@ -18,7 +19,7 @@ pkgbase = bumblebee-status
optdepends = xorg-xrandr: enable/disable screen outputs
optdepends = pacman: display current status of pacman
optdepends = iputils: display a ping
- optdepends = i3ipc: display titlebar
+ optdepends = i3ipc-python: display titlebar
optdepends = fakeroot: dependency of the pacman module
source = bumblebee-status-1.4.2.tar.gz::https://github.com/tobi-wan-kenobi/bumblebee-status/archive/v1.4.2.tar.gz
sha512sums = 3a66fc469dd3b081337c9e213a1b2262f25f30977ee6ef65b9fa5a8b6aa341637832d1a5dbb74e30d68e2824e0d19d7a911eb3390dc6062707a552f429b483e8
diff --git a/PKGBUILD b/PKGBUILD
index ff7335eac5d9..15d0e43728b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Modular, theme-able status line generator for the i3 window manager'
arch=('any')
url=https://github.com/tobi-wan-kenobi/bumblebee-status
license=('MIT')
-depends=('python-netifaces' 'python-psutil' 'python-requests')
+depends=('python' 'python-netifaces' 'python-psutil' 'python-requests')
optdepends=('xorg-xbacklight: to display a displays brightness'
'xorg-xset: enable/disable automatic screen locking'
'libnotify: enable/disable automatic screen locking'
@@ -19,7 +19,7 @@ optdepends=('xorg-xbacklight: to display a displays brightness'
'xorg-xrandr: enable/disable screen outputs'
'pacman: display current status of pacman'
'iputils: display a ping'
- 'i3ipc: display titlebar'
+ 'i3ipc-python: display titlebar'
'fakeroot: dependency of the pacman module')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
sha512sums=('3a66fc469dd3b081337c9e213a1b2262f25f30977ee6ef65b9fa5a8b6aa341637832d1a5dbb74e30d68e2824e0d19d7a911eb3390dc6062707a552f429b483e8')