summaryrefslogtreecommitdiffstats
path: root/development/android-studio/android-studio.SlackBuild
diff options
context:
space:
mode:
author Roberto Metere2018-10-11 17:14:28 +0200
committer Willy Sudiarto Raharjo2018-10-13 03:02:57 +0200
commitb86f27cd525a7614973596fe593e504a66de769a (patch)
tree4e2efe971c5e0feb2abd1aa839b00bf5f983d337 /development/android-studio/android-studio.SlackBuild
parent4d01acd70a0c7b151c6113710c63d6be10f7ce31 (diff)
downloadslackbuilds-b86f27cd525a7614973596fe593e504a66de769a.tar.gz
development/android-studio: Updated for v 3.2.0.26_181_5014246.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'development/android-studio/android-studio.SlackBuild')
-rw-r--r--development/android-studio/android-studio.SlackBuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/development/android-studio/android-studio.SlackBuild b/development/android-studio/android-studio.SlackBuild
index c935be5cde..df7f02e25e 100644
--- a/development/android-studio/android-studio.SlackBuild
+++ b/development/android-studio/android-studio.SlackBuild
@@ -2,7 +2,7 @@
#
# Slackware build script for Android Studio
-# Copyright 2012-2018 Roberto Metere, Cagliari (CA), Italy <roberto@metere.it>
+# Copyright 2012-2017 Roberto Metere, Cagliari (CA), Italy <roberto@metere.it>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=android-studio
-VERSION=${VERSION:-3.1.4.0_173_4907809}
+VERSION=${VERSION:-3.2.0.26_181_5014246}
SRCVER=$(echo ${VERSION#*_} | sed 's/_/./')
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -80,7 +80,6 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-${VERSION}/$PRGNAM.SlackBuild
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
-cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-${VERSION}-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}