diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-07-21 20:21:42 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-07-21 20:21:42 +0200 |
commit | c3ddb7ccd143cd18d33c166fb0cbb0d4ed3e5eca (patch) | |
tree | dbfdf60123a0c4c85c3c496b349d38acb26ab099 /dist/archlinux | |
parent | update todo (diff) | |
download | xpybar-c3ddb7ccd143cd18d33c166fb0cbb0d4ed3e5eca.tar.gz xpybar-c3ddb7ccd143cd18d33c166fb0cbb0d4ed3e5eca.tar.bz2 xpybar-c3ddb7ccd143cd18d33c166fb0cbb0d4ed3e5eca.tar.xz |
add timezone support
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'dist/archlinux')
-rw-r--r-- | dist/archlinux/stable/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD index 7ca3060..bd1b1d6 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -11,7 +11,8 @@ depends=(python3 argparser python3-xlib xorg-xrandr) optdepends=("linux: most of the monitors require Linux's procfs or sysfs" "wget: for Internet services" "python-pyalsaaudio: for ALSA volume control" - "hdparm: hdparm: for hdparm support") + "hdparm: hdparm: for hdparm support" + "python-pytz: for timezone support") makedepends=(make coreutils sed zip) source=($url/archive/$pkgver.tar.gz) sha256sums=(af97eafabdffb593d6ea3ee87fd2bb70d5b105201314d20ed9abb1741a7b29b7) |