summaryrefslogtreecommitdiffstats
path: root/dist/archlinux
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-03-19 08:30:51 +0100
committerMattias Andrée <maandree@operamail.com>2014-03-19 08:30:51 +0100
commit14115035afc65f44cd0edba68bf6db79a3103cb9 (patch)
treec721b1d51e087209894870246f8e34dc9f15ff69 /dist/archlinux
parentdoc _ICC_PROFILE (diff)
downloadblueshift-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')
-rw-r--r--dist/archlinux/stable/PKGBUILD3
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)