summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Larry Hajali <larryhaja@gmail.com>2016-10-08 09:44:03 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-10-15 07:10:01 +0700
commit46c378872f96e65dbd505431c4d70dc665cbeb0d (patch)
tree0846c7970b9752fae3084400e6f13268ee27477c /games
parentb1a0ce4079053a6b08394e58b4d74d6ad1c015a9 (diff)
downloadslackbuilds-46c378872f96e65dbd505431c4d70dc665cbeb0d.tar.gz
slackbuilds-46c378872f96e65dbd505431c4d70dc665cbeb0d.tar.xz
games/peg-e: Updated for version 1.2.2
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'games')
-rw-r--r--games/peg-e/peg-e.SlackBuild12
-rw-r--r--games/peg-e/peg-e.info6
2 files changed, 9 insertions, 9 deletions
diff --git a/games/peg-e/peg-e.SlackBuild b/games/peg-e/peg-e.SlackBuild
index 093c7a1ac6..6fc0813519 100644
--- a/games/peg-e/peg-e.SlackBuild
+++ b/games/peg-e/peg-e.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for peg-e
-# Copyright 2012-2015 Larry Hajali <larryhaja[at]gmail[dot]com>
+# Copyright 2012-2016 Larry Hajali <larryhaja[at]gmail[dot]com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=peg-e
-VERSION=${VERSION:-1.2.1}
+VERSION=${VERSION:-1.2.2}
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
@@ -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"
@@ -83,7 +83,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
find $PKG/usr/man -type f -exec gzip -9 {} \;
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a ChangeLog COPYING CREDITS INSTALL $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a ChangeLog COPYING CREDITS INSTALL NEWS README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/games/peg-e/peg-e.info b/games/peg-e/peg-e.info
index cc9fc6a7ad..444df2accd 100644
--- a/games/peg-e/peg-e.info
+++ b/games/peg-e/peg-e.info
@@ -1,8 +1,8 @@
PRGNAM="peg-e"
-VERSION="1.2.1"
+VERSION="1.2.2"
HOMEPAGE="http://gottcode.org/peg-e/"
-DOWNLOAD="http://gottcode.org/peg-e/peg-e-1.2.1-src.tar.bz2"
-MD5SUM="fabd0e3cbd3b06052787ac786b7ac41b"
+DOWNLOAD="http://gottcode.org/peg-e/peg-e-1.2.2-src.tar.bz2"
+MD5SUM="07dc7245acc219dd04e41fd5c060934f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5"