summaryrefslogtreecommitdiffstats
path: root/network/pirate-get
diff options
context:
space:
mode:
Diffstat (limited to 'network/pirate-get')
-rw-r--r--network/pirate-get/pirate-get.SlackBuild6
-rw-r--r--network/pirate-get/pirate-get.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/network/pirate-get/pirate-get.SlackBuild b/network/pirate-get/pirate-get.SlackBuild
index c309274cb5..c268725027 100644
--- a/network/pirate-get/pirate-get.SlackBuild
+++ b/network/pirate-get/pirate-get.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pirate-get
-# Copyright 2017 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2017-2018 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pirate-get
-VERSION=${VERSION:-0.2.11}
+VERSION=${VERSION:-0.2.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -75,7 +75,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a README.md LICENSE $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a README.md PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/network/pirate-get/pirate-get.info b/network/pirate-get/pirate-get.info
index 0b41c41800..d3a0f13b8e 100644
--- a/network/pirate-get/pirate-get.info
+++ b/network/pirate-get/pirate-get.info
@@ -1,8 +1,8 @@
PRGNAM="pirate-get"
-VERSION="0.2.11"
+VERSION="0.2.13"
HOMEPAGE="https://github.com/vikstrous/pirate-get"
-DOWNLOAD="https://github.com/vikstrous/pirate-get/archive/v0.2.11/pirate-get-0.2.11.tar.gz"
-MD5SUM="e3f64c54621d90779e998354060e004a"
+DOWNLOAD="https://files.pythonhosted.org/packages/d2/2f/550e85816cadfb1f9073f5766a671da293894983c9d5a9b602ae99d82dbc/pirate-get-0.2.13.tar.gz"
+MD5SUM="96fd112a8c96856abb4e9cb8bd440fbd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3 BeautifulSoup4 veryprettytable"