summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-09-04 23:14:34 +0000
committerroot <root@rshg054.dnsready.net>2011-09-04 23:14:34 +0000
commit6dee0a203a8290427ca77705bc1cae90381529b2 (patch)
treeeef4e102b2f44b6b52f0edc70b9dae278b80821c /community
parent3b18be1752c9fd9fa74eb1314ca97dd61e9ce912 (diff)
Sun Sep 4 23:14:34 UTC 2011
Diffstat (limited to 'community')
-rw-r--r--community/intellij-idea-libs/PKGBUILD8
-rw-r--r--community/jansson/PKGBUILD5
2 files changed, 7 insertions, 6 deletions
diff --git a/community/intellij-idea-libs/PKGBUILD b/community/intellij-idea-libs/PKGBUILD
index eef8c410d..41558627b 100644
--- a/community/intellij-idea-libs/PKGBUILD
+++ b/community/intellij-idea-libs/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 50795 2011-07-01 12:20:10Z stativ $
+# $Id: PKGBUILD 55128 2011-09-03 06:53:25Z stativ $
# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
pkgname=intellij-idea-libs
-pkgver=10.5.1
-_pkgver=107.322
+pkgver=10.5.2
+_pkgver=107.587
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=('f90ce6b7a2b8d2191156dd111fe6a63d')
+md5sums=('fe1bbc5c9a2f1e8be8682aff05d89be4')
build() {
cd "$srcdir"
diff --git a/community/jansson/PKGBUILD b/community/jansson/PKGBUILD
index 0d4060211..975b3d6d5 100644
--- a/community/jansson/PKGBUILD
+++ b/community/jansson/PKGBUILD
@@ -1,8 +1,9 @@
+# $Id: PKGBUILD 55139 2011-09-04 02:28:01Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Dave Reisner <d@falconindy.com>
pkgname=jansson
-pkgver=2.1
+pkgver=2.2
pkgrel=1
pkgdesc='C library for encoding, decoding and manipulating JSON data'
arch=('i686' 'x86_64')
@@ -10,7 +11,7 @@ url='http://www.digip.org/jansson/'
license=('MIT')
options=('!libtool')
source=("$url/releases/$pkgname-$pkgver.tar.bz2")
-md5sums=('a7830e5b104fe6d95643516a625436f9')
+md5sums=('0e91c6867f49dbc3ef0bbf21d26812ee')
build() {
cd "$srcdir/$pkgname-$pkgver"