summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUrs Wolfer2016-05-30 10:01:33 +0200
committerUrs Wolfer2016-05-30 10:01:33 +0200
commit5c2463e5442a1ecc934b60fabaa5086690cf43db (patch)
treec82ff4b9302fabe4e502f8d3b2f74e9fadcc7c2c
parent59872d88c6ddac15504b4da6106414f5fc394edc (diff)
downloadaur-5c2463e5442a1ecc934b60fabaa5086690cf43db.tar.gz
Update to 2016.1.2b
- use download file without bundled jdk instead of manually removing it (smaller download size)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b357cd3365e..58109f3dd4a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed May 11 14:35:54 UTC 2016
+# Mon May 30 08:00:56 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.1.2
+ pkgver = 2016.1.2b
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.1.2.tar.gz
+ source = https://download.jetbrains.com/idea/ideaIU-2016.1.2b-no-jdk.tar.gz
source = intellijidea.sh
source = jetbrains-idea.desktop
- sha256sums = fe51f5e0cd9dde166ff5ff7194221c760e3e5a12e0e3423b7ebb10d42de9b737
+ sha256sums = dbe0241b8c0ef5b0cd3c4fff0c6a6857b51b489d15d330df516cc8b5966b333e
sha256sums = ed7883b33b6fa9f2e303e5549bd238ceb552ec11ca116730271a58aca685229a
sha256sums = 83af2ba8f9f14275a6684e79d6d4bd9b48cd852c047dacfc81324588fa2ff92b
diff --git a/PKGBUILD b/PKGBUILD
index 5f11396bdbca..1e8f324ac4cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Urs Wolfer <uwolfer @ fwo.ch>
pkgname=intellij-idea-ultimate-edition
-pkgver=2016.1.2
-_buildver=145.971.21
+pkgver=2016.1.2b
+_buildver=145.972.3
pkgrel=1
pkgdesc="An intelligent IDE for Java, Groovy and other programming languages with advanced refactoring features intensely focused on developer productivity."
arch=('any')
@@ -11,11 +11,11 @@ backup=("usr/share/${pkgname}/bin/idea.vmoptions" "usr/share/${pkgname}/bin/idea
license=('Commercial')
depends=('java-environment' 'giflib' 'libxtst')
options=(!strip)
-source=(https://download.jetbrains.com/idea/ideaIU-$pkgver.tar.gz \
+source=(https://download.jetbrains.com/idea/ideaIU-$pkgver-no-jdk.tar.gz \
intellijidea.sh \
jetbrains-idea.desktop
)
-sha256sums=('fe51f5e0cd9dde166ff5ff7194221c760e3e5a12e0e3423b7ebb10d42de9b737'
+sha256sums=('dbe0241b8c0ef5b0cd3c4fff0c6a6857b51b489d15d330df516cc8b5966b333e'
'ed7883b33b6fa9f2e303e5549bd238ceb552ec11ca116730271a58aca685229a'
'83af2ba8f9f14275a6684e79d6d4bd9b48cd852c047dacfc81324588fa2ff92b'
)
@@ -41,9 +41,6 @@ package() {
# workaround FS#40934
sed -i 's|lcd|on|' "$pkgdir"/usr/share/"$pkgname"/bin/*.vmoptions
-
- # remove the bundled jre
- rm -rf "$pkgdir"/usr/share/"$pkgname"/jre
}
# vim:set ts=2 sw=2 et: