diff options
| author | Mattias Andrée <maandree@kth.se> | 2016-06-24 14:59:56 +0200 | 
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2016-06-24 14:59:56 +0200 | 
| commit | c2263489cc3fe85d5670b7d96d00d3af0fa2bad6 (patch) | |
| tree | e7ae29d0efa3b38f87bd142f429289755b9fad5d /dist/archlinux/stable/PKGBUILD | |
| parent | Merge pull request #15 from wolftune/patch-1 (diff) | |
| download | blueshift-c2263489cc3fe85d5670b7d96d00d3af0fa2bad6.tar.gz blueshift-c2263489cc3fe85d5670b7d96d00d3af0fa2bad6.tar.bz2 blueshift-c2263489cc3fe85d5670b7d96d00d3af0fa2bad6.tar.xz | |
Update dist to dep on argparser-python rather than argparser
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'dist/archlinux/stable/PKGBUILD')
| -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 f1c3503..b0efd39 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -2,12 +2,12 @@  pkgname=blueshift  pkgver=1.90.4 -pkgrel=2 +pkgrel=3  pkgdesc="An extensible and highly configurable alternative to redshift"  arch=(i686 x86_64)  url="https://github.com/maandree/blueshift"  license=('AGPL3' 'GPL3' 'custom:GFDL1.3') -depends=(python3 solar-python argparser pylibgamma libxcb) +depends=(python3 solar-python argparser-python pylibgamma libxcb)  optdepends=('adjbacklight: for backlight adjustments without root requirements'              'linux: for backlight support'              'wget: for weather support, default command') | 
