From 39586726905893c7e00433b780e9b27fd7f827b7 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sat, 9 Nov 2013 21:47:03 +0700 Subject: accessibility/wgetpaste: Updated for version 2.23. Signed-off-by: Willy Sudiarto Raharjo Signed-off-by: Robby Workman --- accessibility/wgetpaste/wgetpaste.SlackBuild | 8 +++++++- accessibility/wgetpaste/wgetpaste.info | 6 +++--- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'accessibility') diff --git a/accessibility/wgetpaste/wgetpaste.SlackBuild b/accessibility/wgetpaste/wgetpaste.SlackBuild index 4253cb3ab0..331c3ad27c 100644 --- a/accessibility/wgetpaste/wgetpaste.SlackBuild +++ b/accessibility/wgetpaste/wgetpaste.SlackBuild @@ -7,7 +7,7 @@ # Licensed under the WTFPL. See http://sam.zoy.org/wtfpl/ for details. PRGNAM=wgetpaste -VERSION=${VERSION:-2.22} +VERSION=${VERSION:-2.23} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -28,6 +28,12 @@ cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION +chown -R root:root . +find -L . \ + \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ + -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # x11-misc/xclip => xclip # 'emerge --info' => wgetpaste_info diff --git a/accessibility/wgetpaste/wgetpaste.info b/accessibility/wgetpaste/wgetpaste.info index 81db9d677a..7937d1f55a 100644 --- a/accessibility/wgetpaste/wgetpaste.info +++ b/accessibility/wgetpaste/wgetpaste.info @@ -1,8 +1,8 @@ PRGNAM="wgetpaste" -VERSION="2.22" +VERSION="2.23" HOMEPAGE="http://wgetpaste.zlin.dk/" -DOWNLOAD="http://wgetpaste.zlin.dk/wgetpaste-2.22.tar.bz2" -MD5SUM="413e9faf02b044d56ce454fcd90cecbf" +DOWNLOAD="http://wgetpaste.zlin.dk/wgetpaste-2.23.tar.bz2" +MD5SUM="e665b12f9c5224c2368586650e6b6878" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3