mirror of
https://github.com/meganz/MEGAcmd
synced 2025-08-30 13:27:44 +00:00
fix license URL and minor rewording
This commit is contained in:
2
LICENSE
2
LICENSE
@@ -25,7 +25,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|||||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
The previous applies to all sources and binaries save
|
The previous applies to all sources and binaries with the exception of
|
||||||
those explicitly distributed under the terms of the GNU General Public
|
those explicitly distributed under the terms of the GNU General Public
|
||||||
License (see http://www.gnu.org/copyleft/gpl.txt for details), and the
|
License (see http://www.gnu.org/copyleft/gpl.txt for details), and the
|
||||||
interactive MEGAcmdShell executables (mega-cmd in linux, MEGAcmdShell
|
interactive MEGAcmdShell executables (mega-cmd in linux, MEGAcmdShell
|
||||||
|
@@ -24,7 +24,7 @@ epoch=
|
|||||||
pkgdesc="MEGA Command Line Interactive and Scriptable Application"
|
pkgdesc="MEGA Command Line Interactive and Scriptable Application"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://mega.nz/cmd"
|
url="http://mega.nz/cmd"
|
||||||
license=("https://github.com/meganz/meganz/blob/master/LICENSE")
|
license=("https://github.com/meganz/megacmd/blob/master/LICENSE")
|
||||||
groups=()
|
groups=()
|
||||||
depends=('glibc>=2.28' 'gcc-libs' 'sqlite' 'openssl>=1.1.1' 'zlib' 'libpsl' 'icu' 'bash-completion' 'pcre' 'bzip2' 'xz')
|
depends=('glibc>=2.28' 'gcc-libs' 'sqlite' 'openssl>=1.1.1' 'zlib' 'libpsl' 'icu' 'bash-completion' 'pcre' 'bzip2' 'xz')
|
||||||
makedepends=('unzip' 'wget' 'ca-certificates' 'ffmpeg-mega' 'bzip2' 'xz')
|
makedepends=('unzip' 'wget' 'ca-certificates' 'ffmpeg-mega' 'bzip2' 'xz')
|
||||||
|
@@ -2,7 +2,7 @@ Name: megacmd
|
|||||||
Version: megacmd_VERSION
|
Version: megacmd_VERSION
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: MEGA Command Line Interactive and Scriptable Application
|
Summary: MEGA Command Line Interactive and Scriptable Application
|
||||||
License: https://github.com/meganz/meganz/blob/master/LICENSE
|
License: https://github.com/meganz/megacmd/blob/master/LICENSE
|
||||||
Group: Applications/Others
|
Group: Applications/Others
|
||||||
Url: https://mega.nz
|
Url: https://mega.nz
|
||||||
Source0: megacmd_%{version}.tar.gz
|
Source0: megacmd_%{version}.tar.gz
|
||||||
|
Reference in New Issue
Block a user