diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-08-26 06:28:23 +0300 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-28 00:27:40 +0100 |
commit | bce0ccba7cc55facb9ba8c38179ddafb016df212 (patch) | |
tree | e4d67e664a3ba9ce2d9bc2f317e07a6752853b1b /libraries | |
parent | f402c9f17e0b4308ea7ea5e0e7534342c6b78171 (diff) |
libraries/pylast: Update script and HOMEPAGE.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/pylast/pylast.SlackBuild | 6 | ||||
-rw-r--r-- | libraries/pylast/pylast.info | 2 | ||||
-rw-r--r-- | libraries/pylast/slack-desc | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/libraries/pylast/pylast.SlackBuild b/libraries/pylast/pylast.SlackBuild index c9a90b7b177a..1f870706553e 100644 --- a/libraries/pylast/pylast.SlackBuild +++ b/libraries/pylast/pylast.SlackBuild @@ -29,7 +29,7 @@ TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" diff --git a/libraries/pylast/pylast.info b/libraries/pylast/pylast.info index f676aaea3c77..44afc0dd9820 100644 --- a/libraries/pylast/pylast.info +++ b/libraries/pylast/pylast.info @@ -1,6 +1,6 @@ PRGNAM="pylast" VERSION="1.6.0" -HOMEPAGE="http://code.google.com/p/pylast/" +HOMEPAGE="https://github.com/pylast/pylast" DOWNLOAD="https://pypi.python.org/packages/42/71/85c28b2d373eee3592d6f079e556df4a28d5c133c2ba484d7311dc9a746c/pylast-1.6.0.tar.gz" MD5SUM="efa796d0f46b39ccdf9187f7cec702ef" DOWNLOAD_x86_64="" diff --git a/libraries/pylast/slack-desc b/libraries/pylast/slack-desc index 71bc806d474b..875e5da7e5ff 100644 --- a/libraries/pylast/slack-desc +++ b/libraries/pylast/slack-desc @@ -11,7 +11,7 @@ pylast: pylast: Pylast is a python interface to last.fm pylast: (and other api-compatible websites). pylast: -pylast: homepage: http://code.google.com/p/pylast/ +pylast: homepage: https://github.com/pylast/pylast pylast: pylast: pylast: |