Date: Tuesday, March 30, 2010 @ 14:41:08 Author: ibiru Revision: 74305
update to 2.14.18 Modified: orbit2/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-03-30 18:40:16 UTC (rev 74304) +++ PKGBUILD 2010-03-30 18:41:08 UTC (rev 74305) @@ -2,17 +2,17 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=orbit2 -pkgver=2.14.17 +pkgver=2.14.18 pkgrel=1 pkgdesc="Thin/fast CORBA ORB" -arch=(i686 x86_64) +arch=('i686' 'x86_64') license=('LGPL' 'GPL') depends=('libidl2>=0.8.11') makedepends=('pkgconfig') options=('!libtool' '!makeflags') url="http://www.gnome.org" source=(http://ftp.gnome.org/pub/gnome/sources/ORBit2/2.14/ORBit2-${pkgver}.tar.bz2) -md5sums=('10bfb957fa4a8935a0b4afaee7d71df7') +sha256sums=('c6148edd8044255aeed9ab1d1eeb3c39edd0aa1ace5d33cf6831b80d11f1ab7c') build() { cd "${srcdir}/ORBit2-${pkgver}"
