diff options
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/pastebinit/pastebinit.SlackBuild | 13 | ||||
-rw-r--r-- | accessibility/pastebinit/pastebinit.info | 6 |
2 files changed, 8 insertions, 11 deletions
diff --git a/accessibility/pastebinit/pastebinit.SlackBuild b/accessibility/pastebinit/pastebinit.SlackBuild index 149adee8dd..2ad68a0756 100644 --- a/accessibility/pastebinit/pastebinit.SlackBuild +++ b/accessibility/pastebinit/pastebinit.SlackBuild @@ -7,7 +7,7 @@ # Licensed under the WTFPL. See http://sam.zoy.org/wtfpl/ for details. PRGNAM=pastebinit -VERSION=${VERSION:-1.3.1} +VERSION=${VERSION:-1.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -28,17 +28,14 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -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 {} \; # Get rid of the fixmes in the man page. patch -p1 < $CWD/manpagefix.diff -# Sadly, this pastebin has been shut down. -rm -f $PRGNAM.d/paste.pocoo.org.conf - mkdir -p \ $PKG/usr/bin \ $PKG/usr/share/pastebin.d \ diff --git a/accessibility/pastebinit/pastebinit.info b/accessibility/pastebinit/pastebinit.info index 7693f8898f..bbde89bf25 100644 --- a/accessibility/pastebinit/pastebinit.info +++ b/accessibility/pastebinit/pastebinit.info @@ -1,9 +1,9 @@ PRGNAM="pastebinit" -VERSION="1.3.1" +VERSION="1.4.1" HOMEPAGE="http://www.stgraber.org/category/pastebinit/" -DOWNLOAD="https://launchpad.net/pastebinit/trunk/1.3.1/+download/pastebinit-1.3.1.tar.bz2" +DOWNLOAD="https://launchpad.net/pastebinit/trunk/1.4.1/+download/pastebinit-1.4.1.tar.bz2" DOWNLOAD_x86_64="" -MD5SUM="9541f4358f77cb024127ebcbac7db5ff" +MD5SUM="b771872a9483cf92be90a3e4420fd3c9" MD5SUM_x86_64="" REQUIRES="configobj" MAINTAINER="B. Watson" |