summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author David Woodfall <dave@dawoodfall.net>2014-12-31 07:38:00 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-12-31 07:38:00 +0700
commit6a6261ee0444d413c99a2ffb9ecd5542c7083317 (patch)
tree43b562afa756c107541b840f776247ac197abcf4 /audio
parent05ac6a6e20f6298a1e2e7271b88fffe1bdc15c9d (diff)
downloadslackbuilds-6a6261ee0444d413c99a2ffb9ecd5542c7083317.tar.gz
slackbuilds-6a6261ee0444d413c99a2ffb9ecd5542c7083317.tar.xz
audio/clementine: Updated for version 1.2.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/clementine/clementine.SlackBuild10
-rw-r--r--audio/clementine/clementine.info6
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"