mirror of
https://github.com/moparisthebest/arch-ppa
synced 2024-11-23 01:02:15 -05:00
gitignore everything, update intellij-idea-ultimate-edition
This commit is contained in:
parent
aa0de23d7b
commit
678da3d3a5
7
.gitignore
vendored
7
.gitignore
vendored
@ -14,3 +14,10 @@ ppa.cfg
|
|||||||
|
|
||||||
src/doom-wads/*.WAD
|
src/doom-wads/*.WAD
|
||||||
|
|
||||||
|
# ignore all
|
||||||
|
*
|
||||||
|
|
||||||
|
# except new PKGBUILDS
|
||||||
|
!.gitignore
|
||||||
|
!src/*/PKGBUILD
|
||||||
|
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
pkgbase=intellij-idea-ultimate-edition
|
pkgbase=intellij-idea-ultimate-edition
|
||||||
pkgname=(intellij-idea-ultimate-edition intellij-idea-ultimate-edition-jre)
|
pkgname=(intellij-idea-ultimate-edition intellij-idea-ultimate-edition-jre)
|
||||||
pkgver=2018.3.3
|
pkgver=2018.3.4
|
||||||
_buildver=183.5153.38
|
_buildver=183.5429.30
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('any')
|
arch=('any')
|
||||||
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."
|
||||||
@ -12,7 +12,7 @@ license=('Commercial')
|
|||||||
options=(!strip)
|
options=(!strip)
|
||||||
source=("https://download.jetbrains.com/idea/ideaIU-$pkgver.tar.gz"
|
source=("https://download.jetbrains.com/idea/ideaIU-$pkgver.tar.gz"
|
||||||
"jetbrains-idea.desktop")
|
"jetbrains-idea.desktop")
|
||||||
sha256sums=('abd1db899e8536607dffba3f0ab07ab2df0cfb8a254e9fa830cfec419164d422'
|
sha256sums=('3866349090ea295c0ac4f1b77d20c74d8c9647e73e5ad541c61b3dfbfc4ab5f3'
|
||||||
'83af2ba8f9f14275a6684e79d6d4bd9b48cd852c047dacfc81324588fa2ff92b')
|
'83af2ba8f9f14275a6684e79d6d4bd9b48cd852c047dacfc81324588fa2ff92b')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
Loading…
Reference in New Issue
Block a user