[arch-commits] Commit in orbit2/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Tue Sep 28 16:24:11 UTC 2010


    Date: Tuesday, September 28, 2010 @ 12:24:10
  Author: ibiru
Revision: 91981

upgpkg: orbit2 2.14.19-1
update to 2.14.19

Modified:
  orbit2/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-09-28 16:18:06 UTC (rev 91980)
+++ PKGBUILD	2010-09-28 16:24:10 UTC (rev 91981)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jan at archlinux.org>
 
 pkgname=orbit2
-pkgver=2.14.18
+pkgver=2.14.19
 pkgrel=1
 pkgdesc="Thin/fast CORBA ORB"
 arch=('i686' 'x86_64')
@@ -12,11 +12,11 @@
 options=('!libtool' '!makeflags')
 url="http://www.gnome.org"
 source=(http://ftp.gnome.org/pub/gnome/sources/ORBit2/2.14/ORBit2-${pkgver}.tar.bz2)
-sha256sums=('c6148edd8044255aeed9ab1d1eeb3c39edd0aa1ace5d33cf6831b80d11f1ab7c')
+sha256sums=('55c900a905482992730f575f3eef34d50bda717c197c97c08fa5a6eafd857550')
 
 build() {
   cd "${srcdir}/ORBit2-${pkgver}"
-  ./configure --prefix=/usr --disable-static || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+  ./configure --prefix=/usr --disable-static
+  make
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list