diff options
author | root <root@rshg054.dnsready.net> | 2013-03-01 00:05:33 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-01 00:05:33 -0800 |
commit | 5ae40a63ab4c6838234db5a9da1e99d8bc27875d (patch) | |
tree | dea7d338ac603743f5a323dc8f82b76bdbf5ab2e /extra/libgsf/PKGBUILD | |
parent | b56d5949c9b0c3b40a942cd83f71e4420473435b (diff) |
Fri Mar 1 00:05:33 PST 2013
Diffstat (limited to 'extra/libgsf/PKGBUILD')
-rw-r--r-- | extra/libgsf/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libgsf/PKGBUILD b/extra/libgsf/PKGBUILD index 24f20d70a..cfe96699a 100644 --- a/extra/libgsf/PKGBUILD +++ b/extra/libgsf/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 170960 2012-11-14 03:19:40Z heftig $ +# $Id: PKGBUILD 178924 2013-02-28 19:13:21Z ioni $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Sarah Hay <sarahhay@mb.sympatico.ca> pkgname=libgsf -pkgver=1.14.25 +pkgver=1.14.26 pkgrel=1 arch=(i686 x86_64) pkgdesc="The GNOME Structured File Library is a utility library for reading and writing structured file formats" @@ -13,7 +13,7 @@ options=('!libtool') depends=('libxml2' 'gdk-pixbuf2' 'bzip2') makedepends=('intltool' 'gobject-introspection') source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz) -sha256sums=('127548f07e07951984fb139c3f89d65b9e471aefe6555387de03e1113944d1a2') +sha256sums=('8919e725aadd785380350c8dec7427d82cf33164bc9a9a549df9440a0c3da6d5') build() { cd "$pkgname-$pkgver" |