diff options
author | Roberto Metere <roberto@metere.it> | 2017-12-01 22:32:33 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-02 06:31:07 +0700 |
commit | b7930795ac3425a976e64c96d957ce0c75f11413 (patch) | |
tree | fe455da7c70e9498e6d6f49f3a65d3ec2d285617 /development/android-studio/android-studio.SlackBuild | |
parent | 820818d0870ffa34cab347e92cdff14bcba36d64 (diff) |
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.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/development/android-studio/android-studio.SlackBuild b/development/android-studio/android-studio.SlackBuild index 5aab0e4515600..4a3bd0007e9d3 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} |