summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Witek2018-04-11 20:35:35 +0200
committerTobias Witek2018-04-11 20:35:35 +0200
commit93a9a050ae0c1e394e17041eba5252366309c51c (patch)
tree68f2aabdf03fafbb01323510337b6435d7a417d3
parentabd40339b2c7dbc85e72450e7580aee21b7f380d (diff)
downloadaur-93a9a050ae0c1e394e17041eba5252366309c51c.tar.gz
[bumblebee-status] v1.6.1: Remove pyyaml dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68f213aebe09..82b934d0dde7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bumblebee-status
pkgdesc = Modular, theme-able status line generator for the i3 window manager
pkgver = 1.6.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/tobi-wan-kenobi/bumblebee-status
arch = any
license = MIT
@@ -9,7 +9,6 @@ pkgbase = bumblebee-status
depends = python-netifaces
depends = python-psutil
depends = python-requests
- depends = python-yaml
optdepends = xorg-xbacklight: to display a displays brightness
optdepends = xorg-xset: enable/disable automatic screen locking
optdepends = libnotify: enable/disable automatic screen locking
diff --git a/PKGBUILD b/PKGBUILD
index f0f1c07f7a83..c28f7219a1e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=bumblebee-status
pkgver=1.6.1
-pkgrel=1
+pkgrel=2
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' 'python-netifaces' 'python-psutil' 'python-requests' 'python-yaml')
+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'