diff options
author | Christoph Willing <chris.willing@linux.com> | 2017-08-25 22:12:23 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-26 07:19:25 +0700 |
commit | 4c3e8085011a85a8fcd39802880d36e020f326ae (patch) | |
tree | 15c366b91212e6c7156d5dd58ae5398cb5da0508 /network/uTox/uTox.SlackBuild | |
parent | 0f0fe4637789047de18e94abd3685f0cb8368c5b (diff) | |
download | slackbuilds-4c3e8085011a85a8fcd39802880d36e020f326ae.tar.gz |
network/uTox: Updated for version 0.16.1
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'network/uTox/uTox.SlackBuild')
-rw-r--r-- | network/uTox/uTox.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/uTox/uTox.SlackBuild b/network/uTox/uTox.SlackBuild index 7b41dbaf8b..927ca78b6c 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 |