Date: Saturday, June 18, 2016 @ 18:33:34 Author: heftig Revision: 270185
0.10.30-1 Modified: goffice/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-06-18 18:31:18 UTC (rev 270184) +++ PKGBUILD 2016-06-18 18:33:34 UTC (rev 270185) @@ -3,16 +3,16 @@ # Contributor: Aaron Griffin <[email protected]> pkgname=goffice -pkgver=0.10.29 +pkgver=0.10.30 pkgrel=1 -pkgdesc="A library of document-centric objects and utilities built on top of GLib and Gtk+" -arch=('i686' 'x86_64') -url="http://www.gnome.org" -license=('GPL') -makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection') -depends=('librsvg' 'gtk3' 'libgsf' 'libspectre' 'libxslt' 'lasem') +pkgdesc="A GLib/GTK+ set of document-centric objects and charting library" +url="https://git.gnome.org/browse/goffice" +arch=(i686 x86_64) +license=(GPL) +depends=(librsvg gtk3 libgsf libspectre libxslt lasem) +makedepends=(intltool gtk-doc gobject-introspection) source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('b395dcf062f8575788aeab087b66ae21c2e22a7661309adc81d1825b507b7ff9') +sha256sums=('5a73b05dc70dc125e1b585bfebdedf13b8b34115045965eed417863e03ce8f41') build() { cd $pkgname-$pkgver
