From a797f19056c15b51b22ea5bfd3cf833faf8e99ba Mon Sep 17 00:00:00 2001 From: Ryan P.C. McQuen Date: Mon, 11 Jul 2016 19:17:44 -0700 Subject: development/geany-plugins: Updated for version 1.28. Signed-off-by: Ryan P.C. McQuen --- development/geany-plugins/geany-plugins.SlackBuild | 8 ++++---- development/geany-plugins/geany-plugins.info | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'development/geany-plugins') diff --git a/development/geany-plugins/geany-plugins.SlackBuild b/development/geany-plugins/geany-plugins.SlackBuild index 21c34d79e9..cb5a42820d 100644 --- a/development/geany-plugins/geany-plugins.SlackBuild +++ b/development/geany-plugins/geany-plugins.SlackBuild @@ -26,13 +26,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=geany-plugins -VERSION=${VERSION:-1.27} +VERSION=${VERSION:-1.28} BUILD=${BUILD:-1} 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 @@ -43,8 +43,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/development/geany-plugins/geany-plugins.info b/development/geany-plugins/geany-plugins.info index ef217545dc..c2dfa3bd3a 100644 --- a/development/geany-plugins/geany-plugins.info +++ b/development/geany-plugins/geany-plugins.info @@ -1,8 +1,8 @@ PRGNAM="geany-plugins" -VERSION="1.27" +VERSION="1.28" HOMEPAGE="http://plugins.geany.org/" -DOWNLOAD="http://plugins.geany.org/geany-plugins/geany-plugins-1.27.tar.bz2" -MD5SUM="31e4aa4b771a4ff8ccfd74efe7ba7b44" +DOWNLOAD="http://plugins.geany.org/geany-plugins/geany-plugins-1.28.tar.bz2" +MD5SUM="54ad042b6f91ff8e7a497c22faa2db4b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="geany" -- cgit v1.2.3