diff options
author | Sasha Abbott <sashaa@disroot.org> | 2020-11-14 07:51:15 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-14 07:51:15 +0700 |
commit | 1025a9e531160ca103ebbd107c36b1a900f58b5c (patch) | |
tree | 8d1cb5b75bc2364984efb0d900bdd57024e7fd2b /network/nicotine+ | |
parent | d16c189a8be895cba4a92ba0eb0a844e36537a29 (diff) |
network/nicotine+: Updated for version 2.1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/nicotine+')
-rw-r--r-- | network/nicotine+/nicotine+.SlackBuild | 6 | ||||
-rw-r--r-- | network/nicotine+/nicotine+.info | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/network/nicotine+/nicotine+.SlackBuild b/network/nicotine+/nicotine+.SlackBuild index 147a0fe19e7b..ef803cf8aba5 100644 --- a/network/nicotine+/nicotine+.SlackBuild +++ b/network/nicotine+/nicotine+.SlackBuild @@ -24,8 +24,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=nicotine+ -SRCNAM=nicotine -VERSION=${VERSION:-2.0.1} +SRCNAM=nicotine-plus +VERSION=${VERSION:-2.1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -67,7 +67,7 @@ python3 setup.py install --root=$PKG find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -cp -a AUTHORS.md COPYING NEWS README.md $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS.md COPYING README.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/network/nicotine+/nicotine+.info b/network/nicotine+/nicotine+.info index 9918910e1073..44f15e881ebe 100644 --- a/network/nicotine+/nicotine+.info +++ b/network/nicotine+/nicotine+.info @@ -1,10 +1,10 @@ PRGNAM="nicotine+" -VERSION="2.0.1" +VERSION="2.1.2" HOMEPAGE="http://nicotine-plus.org/" -DOWNLOAD="https://github.com/Nicotine-Plus/nicotine-plus/releases/download/2.0.1/nicotine-2.0.1.tar.gz" -MD5SUM="a30d4f251978b9b8cef9e1c352ada57c" +DOWNLOAD="https://github.com/Nicotine-Plus/nicotine-plus/archive/2.1.2/nicotine-plus-2.1.2.tar.gz" +MD5SUM="77add4c21b14e332e97ca597b8ec2872" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="mutagen pygobject3-python3" +REQUIRES="python3 mutagen pygobject3-python3 pytaglib" MAINTAINER="Sasha Abbott" EMAIL="sashaa@disroot.org" |