summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD5
2 files changed, 13 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fba6ed353a7..a89c3407ffe5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,22 @@
pkgbase = bunsen-utilities-git
pkgdesc = Collection of utility scripts
- pkgver = r739.4031ae1
+ pkgver = r741.28dd596
pkgrel = 1
url = https://github.com/BunsenLabs/bunsen-utilities
arch = any
license = GPL3
makedepends = git
depends = bunsen-common
- depends = python
- depends = python2
- depends = pygtk
- depends = python-xlib
+ depends = gtk3
+ depends = libnotify
+ depends = python3
+ depends = python-gobject
depends = python-lxml
+ depends = python-psutil
+ depends = python-xdg
+ depends = python-xlib
+ depends = wmctrl
+ depends = xdotool
depends = yad
optdepends = upower: Required for bl-exit
optdepends = zenity: Required bl-conkyzen and bl-tint2edit
diff --git a/PKGBUILD b/PKGBUILD
index 9c44e761addf..d972a816c663 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
+# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
# Contributor: 2ion <dev@2ion.de>
pkgname=bunsen-utilities-git
-pkgver=r739.4031ae1
+pkgver=r741.28dd596
pkgrel=1
pkgdesc="Collection of utility scripts"
arch=('any')
url="https://github.com/BunsenLabs/bunsen-utilities"
license=('GPL3')
-depends=('bunsen-common' 'python' 'python2' 'pygtk' 'python-xlib' 'python-lxml' 'yad')
+depends=('bunsen-common' 'gtk3' 'libnotify' 'python3' 'python-gobject' 'python-lxml' 'python-psutil' 'python-xdg' 'python-xlib' 'wmctrl' 'xdotool' 'yad')
optdepends=(\
'upower: Required for bl-exit' \
'zenity: Required bl-conkyzen and bl-tint2edit')