summaryrefslogtreecommitdiff
path: root/libraries/pywebkitgtk/pywebkitgtk.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/pywebkitgtk/pywebkitgtk.SlackBuild')
-rw-r--r--libraries/pywebkitgtk/pywebkitgtk.SlackBuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/libraries/pywebkitgtk/pywebkitgtk.SlackBuild b/libraries/pywebkitgtk/pywebkitgtk.SlackBuild
index ccee0f096e..c4aa08c8f3 100644
--- a/libraries/pywebkitgtk/pywebkitgtk.SlackBuild
+++ b/libraries/pywebkitgtk/pywebkitgtk.SlackBuild
@@ -5,16 +5,14 @@
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
PRGNAM=pywebkitgtk
-VERSION=${VERSION:-1.1.5}
+VERSION=1.1.7
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -66,7 +64,7 @@ make install-strip DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
- AUTHORS ChangeLog COPYING INSTALL MAINTAINERS NEWS README \
+ AUTHORS ChangeLog COPYING MAINTAINERS NEWS README \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild