[arch-commits] Commit in conky/trunk (PKGBUILD)

Gaetan Bisson bisson at archlinux.org
Mon Nov 7 05:35:35 UTC 2011


    Date: Monday, November 7, 2011 @ 00:35:35
  Author: bisson
Revision: 142241

tiny upstream update

Modified:
  conky/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-07 04:19:17 UTC (rev 142240)
+++ PKGBUILD	2011-11-07 05:35:35 UTC (rev 142241)
@@ -5,7 +5,7 @@
 # Maintainer: Gaetan Bisson <bisson at archlinux.org>
 
 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 @@
 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 @@
 
 	sh autogen.sh
 
-	CPPFLAGS="$CXXFLAGS" LIBS="$LDFLAGS" ./configure \
+	CPPFLAGS="${CXXFLAGS}" LIBS="${LDFLAGS}" ./configure \
 		--prefix=/usr \
 		--sysconfdir=/etc \
 		--enable-ibm \




More information about the arch-commits mailing list