mirror of
https://github.com/moparisthebest/arch-ppa
synced 2024-11-21 08:15:01 -05:00
Update intellij-idea-ultimate-edition
This commit is contained in:
parent
316de809b2
commit
4ef8b43bf2
10
arch-ppa
10
arch-ppa
@ -137,7 +137,7 @@ add() {
|
||||
update() {
|
||||
# Update a package and it's dependencies from the AUR
|
||||
(
|
||||
set -e
|
||||
#set -e
|
||||
if [ "$#" -eq 0 ]; then
|
||||
cd $basedir/src
|
||||
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
|
||||
$*
|
||||
|
@ -1,8 +1,8 @@
|
||||
# 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
|
||||
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
|
||||
url = https://www.jetbrains.com/idea/
|
||||
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/idea64.vmoptions
|
||||
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 = jetbrains-idea.desktop
|
||||
sha256sums = 51d6b74c4bc73cb9c8a24020af9488614b3f6e24a14dbb8e012fe363280e4fa7
|
||||
sha256sums = b4076afcea3aaf0a19b7a390cb12c008335938bcac1e0fa398668f2aa01ea2fe
|
||||
sha256sums = ed7883b33b6fa9f2e303e5549bd238ceb552ec11ca116730271a58aca685229a
|
||||
sha256sums = 83af2ba8f9f14275a6684e79d6d4bd9b48cd852c047dacfc81324588fa2ff92b
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
# Maintainer: Urs Wolfer <uwolfer @ fwo.ch>
|
||||
|
||||
pkgname=intellij-idea-ultimate-edition
|
||||
pkgver=2016.2.5
|
||||
_buildver=162.2228.15
|
||||
pkgver=2016.3
|
||||
_buildver=163.7743.44
|
||||
pkgrel=1
|
||||
pkgdesc="An intelligent IDE for Java, Groovy and other programming languages with advanced refactoring features intensely focused on developer productivity."
|
||||
arch=('any')
|
||||
@ -15,7 +15,7 @@ source=(https://download.jetbrains.com/idea/ideaIU-$pkgver-no-jdk.tar.gz \
|
||||
intellijidea.sh \
|
||||
jetbrains-idea.desktop
|
||||
)
|
||||
sha256sums=('51d6b74c4bc73cb9c8a24020af9488614b3f6e24a14dbb8e012fe363280e4fa7'
|
||||
sha256sums=('b4076afcea3aaf0a19b7a390cb12c008335938bcac1e0fa398668f2aa01ea2fe'
|
||||
'ed7883b33b6fa9f2e303e5549bd238ceb552ec11ca116730271a58aca685229a'
|
||||
'83af2ba8f9f14275a6684e79d6d4bd9b48cd852c047dacfc81324588fa2ff92b'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user