Update intellij-idea-ultimate-edition

This commit is contained in:
moparisthebest
2016-11-28 13:33:36 -05:00
parent 316de809b2
commit 4ef8b43bf2
3 changed files with 16 additions and 8 deletions

View File

@@ -137,7 +137,7 @@ add() {
update() { update() {
# Update a package and it's dependencies from the AUR # Update a package and it's dependencies from the AUR
( (
set -e #set -e
if [ "$#" -eq 0 ]; then if [ "$#" -eq 0 ]; then
cd $basedir/src cd $basedir/src
update * update *
@@ -258,6 +258,14 @@ build() {
) )
} }
rebuild() {
setup
repo_name=$1
mkdir -p $basedir/$repo_name
shift
arch-nspawn $chroot/$repo_name pacman -Rscn --noconfirm "$@"
build "$repo_name" "$@"
}
if [ "$#" -gt 0 ]; then if [ "$#" -gt 0 ]; then
$* $*

View File

@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8 # Generated by mksrcinfo v8
# Wed Oct 19 11:37:00 UTC 2016 # Wed Nov 23 08:06:36 UTC 2016
pkgbase = intellij-idea-ultimate-edition pkgbase = intellij-idea-ultimate-edition
pkgdesc = An intelligent IDE for Java, Groovy and other programming languages with advanced refactoring features intensely focused on developer productivity. pkgdesc = An intelligent IDE for Java, Groovy and other programming languages with advanced refactoring features intensely focused on developer productivity.
pkgver = 2016.2.5 pkgver = 2016.3
pkgrel = 1 pkgrel = 1
url = https://www.jetbrains.com/idea/ url = https://www.jetbrains.com/idea/
arch = any arch = any
@@ -14,10 +14,10 @@ pkgbase = intellij-idea-ultimate-edition
backup = usr/share/intellij-idea-ultimate-edition/bin/idea.vmoptions backup = usr/share/intellij-idea-ultimate-edition/bin/idea.vmoptions
backup = usr/share/intellij-idea-ultimate-edition/bin/idea64.vmoptions backup = usr/share/intellij-idea-ultimate-edition/bin/idea64.vmoptions
backup = usr/share/intellij-idea-ultimate-edition/bin/idea.properties backup = usr/share/intellij-idea-ultimate-edition/bin/idea.properties
source = https://download.jetbrains.com/idea/ideaIU-2016.2.5-no-jdk.tar.gz source = https://download.jetbrains.com/idea/ideaIU-2016.3-no-jdk.tar.gz
source = intellijidea.sh source = intellijidea.sh
source = jetbrains-idea.desktop source = jetbrains-idea.desktop
sha256sums = 51d6b74c4bc73cb9c8a24020af9488614b3f6e24a14dbb8e012fe363280e4fa7 sha256sums = b4076afcea3aaf0a19b7a390cb12c008335938bcac1e0fa398668f2aa01ea2fe
sha256sums = ed7883b33b6fa9f2e303e5549bd238ceb552ec11ca116730271a58aca685229a sha256sums = ed7883b33b6fa9f2e303e5549bd238ceb552ec11ca116730271a58aca685229a
sha256sums = 83af2ba8f9f14275a6684e79d6d4bd9b48cd852c047dacfc81324588fa2ff92b sha256sums = 83af2ba8f9f14275a6684e79d6d4bd9b48cd852c047dacfc81324588fa2ff92b

View File

@@ -1,8 +1,8 @@
# Maintainer: Urs Wolfer <uwolfer @ fwo.ch> # Maintainer: Urs Wolfer <uwolfer @ fwo.ch>
pkgname=intellij-idea-ultimate-edition pkgname=intellij-idea-ultimate-edition
pkgver=2016.2.5 pkgver=2016.3
_buildver=162.2228.15 _buildver=163.7743.44
pkgrel=1 pkgrel=1
pkgdesc="An intelligent IDE for Java, Groovy and other programming languages with advanced refactoring features intensely focused on developer productivity." pkgdesc="An intelligent IDE for Java, Groovy and other programming languages with advanced refactoring features intensely focused on developer productivity."
arch=('any') arch=('any')
@@ -15,7 +15,7 @@ source=(https://download.jetbrains.com/idea/ideaIU-$pkgver-no-jdk.tar.gz \
intellijidea.sh \ intellijidea.sh \
jetbrains-idea.desktop jetbrains-idea.desktop
) )
sha256sums=('51d6b74c4bc73cb9c8a24020af9488614b3f6e24a14dbb8e012fe363280e4fa7' sha256sums=('b4076afcea3aaf0a19b7a390cb12c008335938bcac1e0fa398668f2aa01ea2fe'
'ed7883b33b6fa9f2e303e5549bd238ceb552ec11ca116730271a58aca685229a' 'ed7883b33b6fa9f2e303e5549bd238ceb552ec11ca116730271a58aca685229a'
'83af2ba8f9f14275a6684e79d6d4bd9b48cd852c047dacfc81324588fa2ff92b' '83af2ba8f9f14275a6684e79d6d4bd9b48cd852c047dacfc81324588fa2ff92b'
) )