summaryrefslogtreecommitdiffstats
path: root/system/conky/conky.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/conky/conky.SlackBuild')
-rw-r--r--system/conky/conky.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/system/conky/conky.SlackBuild b/system/conky/conky.SlackBuild
index 64f3a76fd8..784a030379 100644
--- a/system/conky/conky.SlackBuild
+++ b/system/conky/conky.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=conky
-VERSION=${VERSION:-1.18.1}
+VERSION=${VERSION:-1.18.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -94,9 +94,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+
-# Fix compiling if both lua 5.1 and 5.3 are installed
-patch -p1 < $CWD/lua-5.1.x-fix.patch
-
mkdir -p build
cd build
cmake \