diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-01 09:26:02 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-01 09:26:02 -0300 |
commit | 0a3fcfa45dd6a820799b111a8bac0830faf459e5 (patch) | |
tree | ee0d56252a19caafe61e05716e1a0daf49402a3b /community/intellij-idea-libs/PKGBUILD | |
parent | cf1a5af5ed7c29ec510e4606473103cffe96c245 (diff) | |
parent | 83a318800db22408628e60c9e1730578efcfee37 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/webfs/PKGBUILD
extra/gconf-editor/PKGBUILD
extra/gnutls/PKGBUILD
extra/kdeplasma-addons/PKGBUILD
extra/transmission/PKGBUILD
Diffstat (limited to 'community/intellij-idea-libs/PKGBUILD')
-rw-r--r-- | community/intellij-idea-libs/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/intellij-idea-libs/PKGBUILD b/community/intellij-idea-libs/PKGBUILD index ad9ab0ade..4f803c005 100644 --- a/community/intellij-idea-libs/PKGBUILD +++ b/community/intellij-idea-libs/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 74411 2012-07-27 08:27:33Z stativ $ +# $Id: PKGBUILD 79196 2012-10-31 12:36:36Z stativ $ # Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com> pkgname=intellij-idea-libs -pkgver=11.1.3 -_pkgver=117.798 +pkgver=11.1.4 +_pkgver=117.963 pkgrel=1 pkgdesc="Architecture dependend libraries needed by the Intellij Idea IDE" arch=('i686' 'x86_64' 'mips64el') @@ -10,7 +10,7 @@ url="http://www.jetbrains.org/" license=('apache') depends=('glibc') source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz) -md5sums=('b8ae865e3645cfd0a8d16dac481fd25c') +md5sums=('e4a8d95573c8b00e2f6722ac63efde0d') build() { cd "$srcdir" |