diff options
Diffstat (limited to 'network/httpie')
-rw-r--r-- | network/httpie/doinst.sh | 3 | ||||
-rw-r--r-- | network/httpie/httpie.SlackBuild | 5 | ||||
-rw-r--r-- | network/httpie/httpie.info | 6 |
3 files changed, 9 insertions, 5 deletions
diff --git a/network/httpie/doinst.sh b/network/httpie/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/network/httpie/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi diff --git a/network/httpie/httpie.SlackBuild b/network/httpie/httpie.SlackBuild index e44b63afff..0143249601 100644 --- a/network/httpie/httpie.SlackBuild +++ b/network/httpie/httpie.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for httpie -# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada +# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=httpie -VERSION=${VERSION:-0.8.0} +VERSION=${VERSION:-0.9.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -81,6 +81,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc +cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/network/httpie/httpie.info b/network/httpie/httpie.info index 849a67d8bd..5c46c0c7ab 100644 --- a/network/httpie/httpie.info +++ b/network/httpie/httpie.info @@ -1,8 +1,8 @@ PRGNAM="httpie" -VERSION="0.8.0" +VERSION="0.9.2" HOMEPAGE="http://httpie.org/" -DOWNLOAD="https://pypi.python.org/packages/source/h/httpie/httpie-0.8.0.tar.gz" -MD5SUM="d78b17be565886f018bff05d6a292a75" +DOWNLOAD="https://pypi.python.org/packages/source/h/httpie/httpie-0.9.2.tar.gz" +MD5SUM="8c5a7820c3f5221f30e9a70073efda3c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pysetuptools python-requests Pygments" |