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

Jan de Groot jgc at archlinux.org
Thu Jun 17 13:49:08 UTC 2010


    Date: Thursday, June 17, 2010 @ 09:49:07
  Author: jgc
Revision: 82795

upgpkg: goffice 0.8.6-1
Update to 0.8.6

Modified:
  goffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-17 13:43:59 UTC (rev 82794)
+++ PKGBUILD	2010-06-17 13:49:07 UTC (rev 82795)
@@ -2,7 +2,7 @@
 # Maintainer: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=goffice
-pkgver=0.8.5
+pkgver=0.8.6
 pkgrel=1
 pkgdesc="A library of document-centric objects and utilities built on top of GLib and Gtk+"
 arch=('i686' 'x86_64')
@@ -12,12 +12,12 @@
 depends=('gconf' 'libgsf')
 makedepends=('perlxml' 'pkgconfig' 'intltool')
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('e35f2566b09b903aa878afef4968281d3daa2df433bd1ceca066ce740292c652')
+sha256sums=('05464eeb2d08ad3a0e2e0ea2d79baa2cd17ff56f615f534466395663a79ecb4d')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --disable-static || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
+      --localstatedir=/var --disable-static
+  make
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list