diff options
author | root <root@rshg054.dnsready.net> | 2011-12-20 23:14:59 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-20 23:14:59 +0000 |
commit | ea1f4bece8870857691a7123bdc899562760b3fe (patch) | |
tree | b332a0692c3e63d46cb60cb1214fc57871e619c8 /extra/libgsf | |
parent | 6d2dec5c3443d142a0131c43666929490961c16a (diff) |
Tue Dec 20 23:14:59 UTC 2011
Diffstat (limited to 'extra/libgsf')
-rw-r--r-- | extra/libgsf/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/libgsf/PKGBUILD b/extra/libgsf/PKGBUILD index b7be49cc1..87a0928a8 100644 --- a/extra/libgsf/PKGBUILD +++ b/extra/libgsf/PKGBUILD @@ -1,16 +1,17 @@ -# $Id: PKGBUILD 145141 2011-12-17 20:36:05Z ibiru $ +# $Id: PKGBUILD 145205 2011-12-19 17:59:06Z jgc $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Sarah Hay <sarahhay@mb.sympatico.ca> pkgname=libgsf pkgver=1.14.22 -pkgrel=1 +pkgrel=2 arch=(i686 x86_64) pkgdesc="The GNOME Structured File Library is a utility library for reading and writing structured file formats" url="http://www.gnome.org/" license=('GPL' 'LGPL') options=('!libtool') depends=('libxml2' 'gdk-pixbuf2' 'bzip2') +conflicts=("libgsf-gnome<$pkgver") makedepends=('intltool' 'pygtk') source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz) sha256sums=('a5f23be3cab72abd91bb443a32f41d6adc73250285b53787460750b6d60b783f') |