mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/nicotine+: Updated for version 2.1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d16c189a8b
commit
1025a9e531
2 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue