From 4c3e8085011a85a8fcd39802880d36e020f326ae Mon Sep 17 00:00:00 2001 From: Christoph Willing Date: Fri, 25 Aug 2017 22:12:23 +1000 Subject: network/uTox: Updated for version 0.16.1 Signed-off-by: Christoph Willing --- network/uTox/uTox.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'network/uTox/uTox.SlackBuild') diff --git a/network/uTox/uTox.SlackBuild b/network/uTox/uTox.SlackBuild index 7b41dbaf8b721..927ca78b6c9b6 100644 --- a/network/uTox/uTox.SlackBuild +++ b/network/uTox/uTox.SlackBuild @@ -19,7 +19,7 @@ # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. PRGNAM=uTox -VERSION=${VERSION:-0.15.0} +VERSION=${VERSION:-0.16.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -66,7 +66,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Use GTK2 as default -[ GTK3=${GTK3:-no} != "yes" ] && patch -p1 < $CWD/gtk2.diff +[ GTK3=${GTK3:-no} != "yes" ] && patch -p0 < $CWD/gtk2.diff mkdir -p build cd build -- cgit v1.2.3