From ddba9670c1518d9b420db6a6dca01a4a4a4136c7 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 8 Nov 2011 23:14:49 +0000 Subject: Tue Nov 8 23:14:49 UTC 2011 --- extra/conky/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'extra/conky') diff --git a/extra/conky/PKGBUILD b/extra/conky/PKGBUILD index f81d854d0..543348b26 100644 --- a/extra/conky/PKGBUILD +++ b/extra/conky/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 141204 2011-10-26 00:39:40Z bisson $ +# $Id: PKGBUILD 142242 2011-11-07 05:35:59Z bisson $ # Contributor: Giovanni Scafora # Contributor: James Rayner # Contributor: Partha Chowdhury # Maintainer: Gaetan Bisson pkgname=conky -pkgver=1.8.2git20111026 +pkgver=1.8.2git20111107 pkgrel=1 pkgdesc='Lightweight system monitor for X' url='http://conky.sourceforge.net/' @@ -16,7 +16,7 @@ makedepends=('pkg-config' 'docbook2x') depends=('alsa-lib' 'libxml2' 'curl' 'wireless_tools' 'libxft' 'glib2' 'libxdamage' 'imlib2') backup=('etc/conky/conky.conf' 'etc/conky/conky_no_x11.conf') source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz") -sha1sums=('735861b284ad4feb86a9febaf4e457a4fcc7b39b') +sha1sums=('133fc6fdc725162af9a98c72c1b7349efc22447c') # git clone git://git.omp.am/conky.git; cd conky; git archive --prefix=${pkgname}-${pkgver}/ origin/1.8.2 | xz > ../${pkgname}-${pkgver}.tar.xz @@ -27,7 +27,7 @@ build() { sh autogen.sh - CPPFLAGS="$CXXFLAGS" LIBS="$LDFLAGS" ./configure \ + CPPFLAGS="${CXXFLAGS}" LIBS="${LDFLAGS}" ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --enable-ibm \ -- cgit v1.2.3-54-g00ecf