diff options
author | root <root@rshg054.dnsready.net> | 2013-08-01 02:03:26 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-01 02:03:26 -0700 |
commit | 3391ef078ab86d3160b5e2fb3cfb794b75ce2a76 (patch) | |
tree | 3dece49302a2f07d08d6cf95ebebf467d61ff70a /extra/libgee/PKGBUILD | |
parent | b73aa81c21acc75e383d0e73e0fbf553d2b68232 (diff) |
Thu Aug 1 02:01:53 PDT 2013
Diffstat (limited to 'extra/libgee/PKGBUILD')
-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 1fcd02edb..325a7648f 100644 --- a/extra/libgee/PKGBUILD +++ b/extra/libgee/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 190014 2013-07-12 20:40:29Z heftig $ +# $Id: PKGBUILD 191831 2013-07-31 09:07:16Z jgc $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=libgee -pkgver=0.10.2 +pkgver=0.10.3 pkgrel=1 pkgdesc="GObject collection library" url="http://live.gnome.org/Libgee" @@ -13,7 +13,7 @@ depends=(glib2) makedepends=(gobject-introspection vala) options=('!libtool') source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('b365b3afccbf9a9ecf4282be0b8ce7dcd56afa3c59c19d2ca79bb7f2724a966c') +sha256sums=('fbb73b963abaf1d07f360ac5fdb6905b4862d53553ea5f383a6884678bcd8267') build() { cd $pkgname-$pkgver |