From 678da3d3a5beb4837a1e1af4fa4e029a2da9be29 Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Mon, 11 Feb 2019 23:35:49 -0500 Subject: [PATCH] gitignore everything, update intellij-idea-ultimate-edition --- .gitignore | 7 +++++++ src/intellij-idea-ultimate-edition/PKGBUILD | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b9097c6..6a805ed 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,10 @@ ppa.cfg src/doom-wads/*.WAD +# ignore all +* + +# except new PKGBUILDS +!.gitignore +!src/*/PKGBUILD + diff --git a/src/intellij-idea-ultimate-edition/PKGBUILD b/src/intellij-idea-ultimate-edition/PKGBUILD index 8022548..1e3610b 100644 --- a/src/intellij-idea-ultimate-edition/PKGBUILD +++ b/src/intellij-idea-ultimate-edition/PKGBUILD @@ -2,8 +2,8 @@ pkgbase=intellij-idea-ultimate-edition pkgname=(intellij-idea-ultimate-edition intellij-idea-ultimate-edition-jre) -pkgver=2018.3.3 -_buildver=183.5153.38 +pkgver=2018.3.4 +_buildver=183.5429.30 pkgrel=1 arch=('any') pkgdesc="An intelligent IDE for Java, Groovy and other programming languages with advanced refactoring features intensely focused on developer productivity." @@ -12,7 +12,7 @@ license=('Commercial') options=(!strip) source=("https://download.jetbrains.com/idea/ideaIU-$pkgver.tar.gz" "jetbrains-idea.desktop") -sha256sums=('abd1db899e8536607dffba3f0ab07ab2df0cfb8a254e9fa830cfec419164d422' +sha256sums=('3866349090ea295c0ac4f1b77d20c74d8c9647e73e5ad541c61b3dfbfc4ab5f3' '83af2ba8f9f14275a6684e79d6d4bd9b48cd852c047dacfc81324588fa2ff92b') prepare() {