diff options
Diffstat (limited to 'extra/goffice/PKGBUILD')
-rw-r--r-- | extra/goffice/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/goffice/PKGBUILD b/extra/goffice/PKGBUILD index 188b9d663..2e9c19dca 100644 --- a/extra/goffice/PKGBUILD +++ b/extra/goffice/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 193696 2013-08-28 08:37:59Z jgc $ +# $Id: PKGBUILD 193815 2013-09-02 12:10:06Z jgc $ # Maintainer: Aaron Griffin <aaron@archlinux.org> pkgname=goffice -pkgver=0.10.6 +pkgver=0.10.7 pkgrel=1 pkgdesc="A library of document-centric objects and utilities built on top of GLib and Gtk+" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ options=('!libtool') makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection') depends=('librsvg' 'gtk3' 'libgsf' 'libspectre') source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('a72e65018c0670ed2c52d00361ea874625575cdde7cf091e89914cfd8128cf07') +sha256sums=('d1663fc7851f0f50329b37311b1859db184ac088eea4b80472f163c036896597') build() { cd "${srcdir}/${pkgname}-${pkgver}" |