diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/clementine/clementine.SlackBuild | 10 | ||||
-rw-r--r-- | audio/clementine/clementine.info | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/audio/clementine/clementine.SlackBuild b/audio/clementine/clementine.SlackBuild index a9b561f2ec..2e60758b24 100644 --- a/audio/clementine/clementine.SlackBuild +++ b/audio/clementine/clementine.SlackBuild @@ -25,7 +25,7 @@ # Modified by SlackBuilds.org PRGNAM=clementine -VERSION=${VERSION:-1.2.1} +VERSION=${VERSION:-1.2.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -66,10 +66,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; mkdir build cd build diff --git a/audio/clementine/clementine.info b/audio/clementine/clementine.info index d5a53761aa..e6d316dba4 100644 --- a/audio/clementine/clementine.info +++ b/audio/clementine/clementine.info @@ -1,8 +1,8 @@ PRGNAM="clementine" -VERSION="1.2.1" +VERSION="1.2.3" HOMEPAGE="http://www.clementine-player.org/" -DOWNLOAD="https://clementine-player.googlecode.com/files/clementine-1.2.1.tar.gz" -MD5SUM="5d079e12f5925845cc7e38ce2f4a1e20" +DOWNLOAD="https://github.com/clementine-player/Clementine/releases/download/1.2.3/clementine-1.2.3.tar.gz" +MD5SUM="91e96c9d36566668b24ac7d465cfee5f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="protobuf" |