summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Ryan P.C. McQuen <ryan.q@linux.com>2016-07-11 19:17:44 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-07-17 07:49:58 +0700
commita797f19056c15b51b22ea5bfd3cf833faf8e99ba (patch)
tree75f6426faf5fbb6a1933643740c05a9530ff60a1 /development
parent7db17179c23682b114e54f19dab144555baebcd4 (diff)
downloadslackbuilds-a797f19056c15b51b22ea5bfd3cf833faf8e99ba.tar.gz
slackbuilds-a797f19056c15b51b22ea5bfd3cf833faf8e99ba.tar.xz
development/geany-plugins: Updated for version 1.28.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
Diffstat (limited to 'development')
-rw-r--r--development/geany-plugins/geany-plugins.SlackBuild8
-rw-r--r--development/geany-plugins/geany-plugins.info6
2 files changed, 7 insertions, 7 deletions
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"