summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-11-14 02:48:05 +0100
committerMattias Andrée <maandree@operamail.com>2014-11-14 02:48:05 +0100
commit68a274901d749261f4a18d980600528fce46319c (patch)
tree22a220592515df70b4235cbe30bb016b0cb7af98
parentm (diff)
downloadblueshift-68a274901d749261f4a18d980600528fce46319c.tar.gz
blueshift-68a274901d749261f4a18d980600528fce46319c.tar.bz2
blueshift-68a274901d749261f4a18d980600528fce46319c.tar.xz
update dist
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--dist/archlinux/stable/PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD
index 5c85835..7cf1673 100644
--- a/dist/archlinux/stable/PKGBUILD
+++ b/dist/archlinux/stable/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
pkgname=blueshift
-pkgver=1.90.1
+pkgver=1.90.2
pkgrel=1
pkgdesc="An extensible and highly configurable alternative to redshift"
arch=(i686 x86_64)
@@ -14,14 +14,11 @@ optdepends=('adjbacklight: for backlight adjustments without root requirements'
makedepends=(cython gcc python3 libxcb make coreutils sed zip texinfo auto-auto-complete)
install=blueshift.install
source=($url/archive/$pkgver.tar.gz)
-sha256sums=(a11159175013927b9006f44eeb657e3f64eec5f73ba26af8c5b0348333e9aabf)
+sha256sums=(cb445620fc9ef8bab23832b48852c4d01f5418681429e8599ff72354397c5d69)
build() {
cd "$srcdir/$pkgname-$pkgver"
- LDFLAGS=${LDFLAGS/--as-needed/}
- LDFLAGS=${LDFLAGS/,,/,}
- export LDFLAGS
make PREFIX=/usr LIBEXEC=/lib/blueshift
}