summaryrefslogtreecommitdiffstats
path: root/development/android-studio/android-studio.SlackBuild
diff options
context:
space:
mode:
author Roberto Metere2017-12-01 23:32:33 +0100
committer Willy Sudiarto Raharjo2017-12-02 00:31:07 +0100
commitb7930795ac3425a976e64c96d957ce0c75f11413 (patch)
treefe455da7c70e9498e6d6f49f3a65d3ec2d285617 /development/android-studio/android-studio.SlackBuild
parent820818d0870ffa34cab347e92cdff14bcba36d64 (diff)
downloadslackbuilds-b7930795ac3425a976e64c96d957ce0c75f11413.tar.gz
development/android-studio: Updated for version 3.0.1.0_171_4443003.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/android-studio/android-studio.SlackBuild')
-rw-r--r--development/android-studio/android-studio.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/android-studio/android-studio.SlackBuild b/development/android-studio/android-studio.SlackBuild
index 5aab0e4515..4a3bd0007e 100644
--- a/development/android-studio/android-studio.SlackBuild
+++ b/development/android-studio/android-studio.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=android-studio
-VERSION=${VERSION:-2.3.3.0_162_4069837}
+VERSION=${VERSION:-3.0.1.0_171_4443003}
SRCVER=$(echo ${VERSION#*_} | sed 's/_/./')
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -80,6 +80,7 @@ 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}