diff options
author | root <root@rshg047.dnsready.net> | 2011-05-20 22:47:13 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-20 22:47:13 +0000 |
commit | 6cf70d41be9abf69b6d19fbb4ce665c76db3a6c6 (patch) | |
tree | d0e12dbaa2cb07b6209b58bddf0943ba8f22bb07 /community/intellij-idea-libs/PKGBUILD | |
parent | e2fe79d62643f0e50b1c5e194a94cb510b371cc8 (diff) |
Fri May 20 22:47:13 UTC 2011
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 516b94be4..7bb76768d 100644 --- a/community/intellij-idea-libs/PKGBUILD +++ b/community/intellij-idea-libs/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 44325 2011-04-05 15:37:14Z stativ $ +# $Id: PKGBUILD 47243 2011-05-19 13:26:51Z stativ $ # Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com> pkgname=intellij-idea-libs -pkgver=10.0.3 -_pkgver=103.255 +pkgver=10.5 +_pkgver=107.105 pkgrel=1 pkgdesc="Architecture dependend libraries needed by the Intellij Idea IDE" arch=('i686' 'x86_64') @@ -10,7 +10,7 @@ url="http://www.jetbrains.org/" license=('apache') depends=('glibc') source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz) -md5sums=('0309a9583febf6d9bfc803c386efcad4') +md5sums=('365d1a5ee9255175065c764d634b3698') build() { cd "$srcdir" |