diff options
author | root <root@rshg047.dnsready.net> | 2011-07-02 23:10:09 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-07-02 23:10:09 +0000 |
commit | 1732308adb7885b00fc388f978e65b3ad15aa067 (patch) | |
tree | 7a26cedab2b721f05a3b57ccf578787217f8a9a7 /community/intellij-idea-libs | |
parent | a81bc5be2e3672119ca0313a1fde10397a31211e (diff) |
Sat Jul 2 23:10:09 UTC 2011
Diffstat (limited to 'community/intellij-idea-libs')
-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 7bb76768d..eef8c410d 100644 --- a/community/intellij-idea-libs/PKGBUILD +++ b/community/intellij-idea-libs/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 47243 2011-05-19 13:26:51Z stativ $ +# $Id: PKGBUILD 50795 2011-07-01 12:20:10Z stativ $ # Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com> pkgname=intellij-idea-libs -pkgver=10.5 -_pkgver=107.105 +pkgver=10.5.1 +_pkgver=107.322 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=('365d1a5ee9255175065c764d634b3698') +md5sums=('f90ce6b7a2b8d2191156dd111fe6a63d') build() { cd "$srcdir" |