diff options
author | root <root@rshg054.dnsready.net> | 2012-11-11 01:47:32 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-11 01:47:32 -0800 |
commit | c1c596c922f0dc8622339011db936c531647203d (patch) | |
tree | 2855b79d508821e325c1389ae85a521c5214c09a /extra/libgee | |
parent | 15afd71b619115bc72670c443a6d1b75275ead0c (diff) |
Sun Nov 11 01:44:00 PST 2012
Diffstat (limited to 'extra/libgee')
-rw-r--r-- | extra/libgee/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libgee/PKGBUILD b/extra/libgee/PKGBUILD index 13b4a6d2c..cf140fd06 100644 --- a/extra/libgee/PKGBUILD +++ b/extra/libgee/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 169949 2012-10-30 22:46:33Z heftig $ +# $Id: PKGBUILD 170755 2012-11-10 23:14:19Z heftig $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=libgee -pkgver=0.6.6 +pkgver=0.6.6.1 pkgrel=1 pkgdesc="GObject collection library" url="http://live.gnome.org/Libgee" @@ -13,7 +13,7 @@ depends=('glib2') makedepends=('gobject-introspection') options=('!libtool') source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz) -sha256sums=('b6b008a6b84332b88f5a12f33d56a3fa3a307946cdd70bc17a403822d4f02e7b') +sha256sums=('ac6598776cda8d1c8689930f48df074e88f17e9f5832bc300902ded5ab8144dd') build() { cd $pkgname-$pkgver |