diff options
author | Eugene M <damagedone@gmx.com> | 2024-01-01 13:53:37 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-02 22:43:18 +0700 |
commit | 744b445301791e49e9633afad3b2978edf3e3e3b (patch) | |
tree | cec058cb46847046356cf941c2e6221540a2b935 /audio/mpc/mpc.SlackBuild | |
parent | 8b879bd66f4d36680226360d8dc2dd6cd60a1634 (diff) |
audio/mpc: Updated for version 0.35
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/mpc/mpc.SlackBuild')
-rw-r--r-- | audio/mpc/mpc.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/mpc/mpc.SlackBuild b/audio/mpc/mpc.SlackBuild index 7149210fe9033..233d0ea31bc88 100644 --- a/audio/mpc/mpc.SlackBuild +++ b/audio/mpc/mpc.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for mpc -# Copyright 2022 Eugene M., <damagedone at gmx dot com> +# Copyright 2022-2024 Eugene M., <damagedone at gmx dot com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=mpc -VERSION=${VERSION:-0.34} +VERSION=${VERSION:-0.35} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -76,7 +76,6 @@ find -L . \ \( -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 CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ |