diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-18 01:51:27 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-18 01:51:27 +0000 |
commit | 60a11f87366fdfbd114cdc91ff813518858e5f8d (patch) | |
tree | d033f4a5a08a99ff07ac631677fb119dff3abba8 /extra/goffice | |
parent | 35e9f8bc93db9e691bf6d00950956ca3e5d86e83 (diff) |
Tue Feb 18 01:50:28 UTC 2014
Diffstat (limited to 'extra/goffice')
-rw-r--r-- | extra/goffice/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/goffice/PKGBUILD b/extra/goffice/PKGBUILD index b8d7af711..834726b65 100644 --- a/extra/goffice/PKGBUILD +++ b/extra/goffice/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 206051 2014-02-16 12:04:40Z jgc $ +# $Id: PKGBUILD 206074 2014-02-17 08:07:16Z jgc $ # Maintainer: Aaron Griffin <aaron@archlinux.org> pkgname=goffice -pkgver=0.10.10 +pkgver=0.10.11 pkgrel=1 pkgdesc="A library of document-centric objects and utilities built on top of GLib and Gtk+" arch=('i686' 'x86_64') @@ -11,16 +11,16 @@ license=('GPL') makedepends=('pkgconfig' 'intltool' 'gtk-doc' 'gobject-introspection') depends=('librsvg' 'gtk3' 'libgsf' 'libspectre') source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('03f5305d6d99c3c5afa808ba8e65abb3f7f738ecc06d25911de32945920bd538') +sha256sums=('43f419aff4ecdfff8c201e2cac884050e6906dc679e6bbac9c6647c6c706ff24') build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd $pkgname-$pkgver ./configure --prefix=/usr --sysconfdir=/etc \ --localstatedir=/var --disable-static --enable-introspection make } package() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd $pkgname-$pkgver make DESTDIR="${pkgdir}" install } |