diff options
author | Mattias Andrée <maandree@kth.se> | 2016-04-08 22:43:16 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-04-08 22:43:16 +0200 |
commit | 62eafc5c1f47b6450fa070bf0c45e2a96ad42943 (patch) | |
tree | 81ba1e9f1b3fa9db82c7a57c409c009b0564cd32 | |
parent | fix caption in deps file (diff) | |
download | blueshift-62eafc5c1f47b6450fa070bf0c45e2a96ad42943.tar.gz blueshift-62eafc5c1f47b6450fa070bf0c45e2a96ad42943.tar.bz2 blueshift-62eafc5c1f47b6450fa070bf0c45e2a96ad42943.tar.xz |
remove old makedeps
Signed-off-by: Mattias Andrée <maandree@kth.se>
-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 f73a828..f1c3503 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -2,7 +2,7 @@ pkgname=blueshift pkgver=1.90.4 -pkgrel=1 +pkgrel=2 pkgdesc="An extensible and highly configurable alternative to redshift" arch=(i686 x86_64) url="https://github.com/maandree/blueshift" @@ -11,7 +11,7 @@ depends=(python3 solar-python argparser pylibgamma libxcb) optdepends=('adjbacklight: for backlight adjustments without root requirements' 'linux: for backlight support' 'wget: for weather support, default command') -makedepends=(cython gcc python3 libxcb make coreutils sed zip texinfo auto-auto-complete) +makedepends=(gcc python3 libxcb make coreutils sed zip texinfo auto-auto-complete) install=blueshift.install source=($url/archive/$pkgver.tar.gz) sha256sums=(d4b8d4e9745d1604d9a3b03d4e9bc4ee3228fa1047f9a3d34b854d06a2e5d0d3) |