aboutsummaryrefslogtreecommitdiff
path: root/development/idea/idea.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/idea/idea.SlackBuild')
-rw-r--r--development/idea/idea.SlackBuild13
1 files changed, 2 insertions, 11 deletions
diff --git a/development/idea/idea.SlackBuild b/development/idea/idea.SlackBuild
index 0ab849a6fce3..c457c31d6dba 100644
--- a/development/idea/idea.SlackBuild
+++ b/development/idea/idea.SlackBuild
@@ -8,22 +8,13 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=idea
ARCNAM=ideaIC
-VERSION=${VERSION:-2022.2.1}
+VERSION=${VERSION:-2022.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
-if [ -z "$ARCH" ]; then
- case "$(uname -m)" in
- i?86) ARCH=i586 ;;
- arm*) ARCH=arm ;;
- *) ARCH=$(uname -m) ;;
- esac
-fi
+ARCH=x86_64
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0