summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormyprofile2019-09-14 17:21:40 +0200
committermyprofile2019-09-14 17:21:49 +0200
commitee2d241aeb73c8a9f129e289e734cf5b84d874f5 (patch)
tree2d715f980658b41f5dacb4e91d8d11909673f24c
parenta1277575dc1c7d2d867a8e5d64b32ef60e5c6386 (diff)
downloadaur-ee2d241aeb73c8a9f129e289e734cf5b84d874f5.tar.gz
Remove optional dependecie for python2-power
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b768be9b410..47a273a5204b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,6 @@ pkgbase = adeskbar
optdepends = python2-pyinotify: notifications
optdepends = python2-xlib: systray
optdepends = python2-wnck: tasklist/showdesktop/intellihide
- optdepends = python2-power-git: baterry
source = adeskbar.sh
source = remove_launcher_menu.patch
source = adeskbar::git://github.com/adcomp/adeskbar-0.5#commit=7af984724eecc31ed9634457d73b5922d087729b
diff --git a/PKGBUILD b/PKGBUILD
index d58f2846c847..0187bcad98ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,7 @@ license=('GPL')
depends=('python2' 'pygtk' 'python2-xdg' 'gnome-menus')
optdepends=('python2-pyinotify: notifications'
'python2-xlib: systray'
- 'python2-wnck: tasklist/showdesktop/intellihide'
- 'python2-power-git: baterry')
+ 'python2-wnck: tasklist/showdesktop/intellihide')
makedepends=('git')
source=("adeskbar.sh"
"remove_launcher_menu.patch"