summaryrefslogtreecommitdiff
path: root/conky
diff options
context:
space:
mode:
Diffstat (limited to 'conky')
-rw-r--r--conky/.md5sum2
-rw-r--r--conky/Pkgfile8
2 files changed, 6 insertions, 4 deletions
diff --git a/conky/.md5sum b/conky/.md5sum
index 9db1807aa..63a237ebd 100644
--- a/conky/.md5sum
+++ b/conky/.md5sum
@@ -1 +1 @@
-cf6f5d45d42ad68c618c00271813b80d conky-1.7.2.tar.bz2
+494cbaf1108cfdb977fc80454d9b13e2 conky-1.8.0.tar.bz2
diff --git a/conky/Pkgfile b/conky/Pkgfile
index 44f22766a..39172ac15 100644
--- a/conky/Pkgfile
+++ b/conky/Pkgfile
@@ -1,10 +1,10 @@
# Description: Light-weight system monitor
# URL: http://conky.sourceforge.net/
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
-# Depends on: glib, xorg-libxdamage, xorg-libxext, xorg-libxft
+# Depends on: curl, glib, xorg-libxdamage, xorg-libxext, xorg-libxft
name=conky
-version=1.7.2
+version=1.8.0
release=1
source=(http://dl.sourceforge.net/sourceforge/conky/$name-$version.tar.bz2)
@@ -15,7 +15,9 @@ build() {
--disable-lua \
--enable-xft \
--enable-portmon \
- --enable-mpd
+ --enable-mpd \
+ --enable-rss \
+ --enable-curl
make
make DESTDIR=$PKG install
rm -r $PKG/usr/lib

Generated by cgit