diff options
Diffstat (limited to '')
-rw-r--r-- | dist/archlinux/stable/PKGBUILD | 7 |
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 } |