diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-04-02 13:16:30 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-04-02 13:16:30 +0200 |
commit | 383fd8a71b672945d33e9ea9d2e5ef1d09f2af4a (patch) | |
tree | 8e92c40d227a96463b02a7b16fa68e7bf5fb20c4 /dist/archlinux/stable/PKGBUILD | |
parent | update todo (diff) | |
download | xpybar-383fd8a71b672945d33e9ea9d2e5ef1d09f2af4a.tar.gz xpybar-383fd8a71b672945d33e9ea9d2e5ef1d09f2af4a.tar.bz2 xpybar-383fd8a71b672945d33e9ea9d2e5ef1d09f2af4a.tar.xz |
update deps in dist
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | dist/archlinux/stable/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD index 3ab5d93..66ffa58 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -2,12 +2,12 @@ pkgname=xpybar pkgver=1.10 -pkgrel=1 +pkgrel=2 pkgdesc="A highly extensible minimalistic dock panel configured in Python 3" arch=(any) url="https://github.com/maandree/xpybar" license=('GPL3' 'AGPL3') -depends=(python3 argparser python3-xlib xorg-xrandr) +depends=(python3 argparser python-xlib xorg-xrandr) optdepends=("linux: most of the monitors require Linux's procfs or sysfs" "curl: for Internet services" "python-pyalsaaudio: for ALSA volume control" |