diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-08 18:51:32 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-08 18:51:32 +0200 |
commit | 1fc72c30ef32d1cc2d68ac3727c9affb307bd412 (patch) | |
tree | 1fde3c79744aac73639052326010db75e0ec126d /xpybar/PKGBUILD | |
parent | derp (diff) | |
download | aur-packages-1fc72c30ef32d1cc2d68ac3727c9affb307bd412.tar.gz aur-packages-1fc72c30ef32d1cc2d68ac3727c9affb307bd412.tar.bz2 aur-packages-1fc72c30ef32d1cc2d68ac3727c9affb307bd412.tar.xz |
Fix optdep
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | xpybar/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xpybar/PKGBUILD b/xpybar/PKGBUILD index a7cec15..7d2fcb0 100644 --- a/xpybar/PKGBUILD +++ b/xpybar/PKGBUILD @@ -2,7 +2,7 @@ pkgname=xpybar pkgver=1.15 -pkgrel=1 +pkgrel=2 pkgdesc="A highly extensible minimalistic dock panel configured in Python 3" arch=(any) url="https://github.com/maandree/xpybar" @@ -22,7 +22,7 @@ optdepends=("linux: most of the monitors require Linux's procfs or sysfs" "imagemagick: for image support" "file: for image support" "librsvg: for image support" - "librsvg>=2.5: for solar data") + "solar-python>=2.5: for solar data") makedepends=(make coreutils sed zip auto-auto-complete texinfo) install=xpybar.install source=($url/archive/$pkgver.tar.gz) |