diff options
author | root <root@rshg054.dnsready.net> | 2013-10-02 03:18:35 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-02 03:18:35 -0700 |
commit | ccdfb7506009a95df3049db791408ac9b291b6e2 (patch) | |
tree | 9f6f7864bf3718228738f5e3163f736ba8323dac /community/intellij-idea-libs/PKGBUILD | |
parent | b2bab0c3032e55f291c1df002c13319de0bdb8cf (diff) |
Wed Oct 2 03:15:27 PDT 2013
Diffstat (limited to 'community/intellij-idea-libs/PKGBUILD')
-rw-r--r-- | community/intellij-idea-libs/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/community/intellij-idea-libs/PKGBUILD b/community/intellij-idea-libs/PKGBUILD index e77686bc4..914ee4950 100644 --- a/community/intellij-idea-libs/PKGBUILD +++ b/community/intellij-idea-libs/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 92669 2013-06-11 16:29:42Z andrea $ +# $Id: PKGBUILD 97952 2013-10-01 19:32:08Z stativ $ # Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com> pkgname=intellij-idea-libs -pkgver=12.1.4 -_pkgver=129.713 +pkgver=12.1.5 +_pkgver=129.1328 pkgrel=1 -pkgdesc="Architecture dependend libraries needed by the Intellij Idea IDE" +pkgdesc="Architecture dependent libraries needed by the Intellij Idea IDE" arch=('i686' 'x86_64') url="http://www.jetbrains.org/" -license=('apache') +license=('Apache') depends=('glibc') options=(!strip) source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz) -md5sums=('573815dd7dbb6a66c19f7f77a1bb048f') +md5sums=('1eadced44ba3dca58f909f9178833a21') package() { install -d -m755 "$pkgdir/usr/share/intellijidea-ce/bin" |