diff options
| author | Mattias Andrée <maandree@operamail.com> | 2014-03-19 08:30:51 +0100 | 
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2014-03-19 08:30:51 +0100 | 
| commit | 14115035afc65f44cd0edba68bf6db79a3103cb9 (patch) | |
| tree | c721b1d51e087209894870246f8e34dc9f15ff69 /dist/archlinux/stable/PKGBUILD | |
| parent | doc _ICC_PROFILE (diff) | |
| download | blueshift-14115035afc65f44cd0edba68bf6db79a3103cb9.tar.gz blueshift-14115035afc65f44cd0edba68bf6db79a3103cb9.tar.bz2 blueshift-14115035afc65f44cd0edba68bf6db79a3103cb9.tar.xz | |
add weather support
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'dist/archlinux/stable/PKGBUILD')
| -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 ccf5ce6..595f481 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -9,7 +9,8 @@ url="https://github.com/maandree/blueshift"  license=('AGPL3' 'GPL3' 'custom:GFDL1.3')  depends=(python3 argparser libxcb libxxf86vm libx11 libdrm)  optdepends=('adjbacklight: for backlight adjustments without root requirements' -            'linux: for backlight support') +            'linux: for backlight support' +            'wget: for weather support')  makedepends=(cython gcc python3 libxcb libxxf86vm libx11 libdrm make coreutils sed zip texinfo auto-auto-complete)  install=blueshift.install  source=($url/archive/$pkgver.tar.gz) | 
