diff options
author | B. Watson <yalhcru@gmail.com> | 2013-06-15 15:15:52 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-06-15 15:15:52 -0300 |
commit | ce723e07e72bd8bcd4315fb32702dd683adaccd4 (patch) | |
tree | b49076c73fb7704e2ec486849c04b9923a64d4a1 /accessibility/wgetpaste/wgetpaste.SlackBuild | |
parent | 5c8258f0390b26cb692579d88e10ed1242f9a2f1 (diff) | |
download | slackbuilds-ce723e07e72bd8bcd4315fb32702dd683adaccd4.tar.gz |
accessibility/wgetpaste: Updated for version 2.22.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'accessibility/wgetpaste/wgetpaste.SlackBuild')
-rw-r--r-- | accessibility/wgetpaste/wgetpaste.SlackBuild | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/accessibility/wgetpaste/wgetpaste.SlackBuild b/accessibility/wgetpaste/wgetpaste.SlackBuild index ce6498125d..4253cb3ab0 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.20} +VERSION=${VERSION:-2.22} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -29,12 +29,6 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION -# The default pastebin is gists, which isn't actually working today. Never -# used it myself so I dunno if it's a temporary thing or a bug in wgetpaste -# or what. Older wgetpaste defaults to dpaste, which still works fine, so -# let's make that the default. -patch -p1 < $CWD/dpaste_default.diff - # x11-misc/xclip => xclip # 'emerge --info' => wgetpaste_info patch -p1 < $CWD/no_gentooisms.diff |