diff options
author | root <root@rshg054.dnsready.net> | 2013-02-03 01:12:14 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-03 01:12:14 -0800 |
commit | e363875b14479aa4c6ff12f3e4e7ed920df4e45f (patch) | |
tree | ee217a27b050e82f4fa885a9671f09861fcf97d9 /community/intellij-idea-libs/PKGBUILD | |
parent | 2f5224819ae83de6e9d8de008d5f2dc24769cb0d (diff) |
Sun Feb 3 01:12:00 PST 2013
Diffstat (limited to 'community/intellij-idea-libs/PKGBUILD')
-rw-r--r-- | community/intellij-idea-libs/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/intellij-idea-libs/PKGBUILD b/community/intellij-idea-libs/PKGBUILD index af4f7df07..8d50ca537 100644 --- a/community/intellij-idea-libs/PKGBUILD +++ b/community/intellij-idea-libs/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 82378 2013-01-16 10:38:22Z stativ $ +# $Id: PKGBUILD 83501 2013-02-02 11:16:21Z stativ $ # Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com> pkgname=intellij-idea-libs -pkgver=12.0.2 -_pkgver=123.123 +pkgver=12.0.3 +_pkgver=123.155 pkgrel=1 pkgdesc="Architecture dependend libraries needed by the Intellij Idea IDE" arch=('i686' 'x86_64') @@ -10,9 +10,9 @@ url="http://www.jetbrains.org/" license=('apache') depends=('glibc') source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz) -md5sums=('64de83782d5b5e0b3f0139cd933b87cd') +md5sums=('6a378255d11f1634759d738eef0424fa') -build() { +package() { cd "$srcdir" install -d -m755 "$pkgdir/usr/share/intellijidea-ce/bin" |