From 27187b655cd328390f5cc0c49a0802213e2391c2 Mon Sep 17 00:00:00 2001 From: gnastyle Date: Tue, 21 Feb 2017 16:52:29 +0100 Subject: [PATCH] rebuild conky against ncurses --- conky/PKGBUILD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/conky/PKGBUILD b/conky/PKGBUILD index 6bd946e2d..25a993e01 100644 --- a/conky/PKGBUILD +++ b/conky/PKGBUILD @@ -1,14 +1,12 @@ -# contribution from Arch https://www.archlinux.org/packages/extra/x86_64/conky/ - pkgname=conky pkgver=1.10.6 -pkgrel=1 +pkgrel=2 pkgdesc="An advanced, highly configurable system monitor for X based on torsmo" arch=('x86_64') url="https://github.com/brndnmtthws/conky" license=('custom') replaces=('torsmo') -depends=('glib2' 'curl' 'lua' 'wireless_tools' 'libxml2' 'libxft' 'libxdamage' 'imlib2' 'libxinerama' 'libpulse') +depends=('glib2' 'curl' 'lua' 'wireless_tools' 'libxml2' 'libxft' 'libxdamage' 'imlib2' 'libxinerama' 'libpulse' 'ncurses') makedepends=('cmake' 'docbook2x' 'docbook-xml' 'man-db') categories=('utils') options=('!strip' 'debug')