diff options
author | root <root@rshg054.dnsready.net> | 2012-11-13 01:32:19 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-13 01:32:19 -0800 |
commit | a29329c38e50afd28d28c3a99e35d8774b9b19f8 (patch) | |
tree | 42f4b2e44d0f2fcce6dff4f44ba48e623437b16e /extra/gobject-introspection/PKGBUILD | |
parent | b863c91c6c9218e2ad9458231b24385be177ed08 (diff) |
Tue Nov 13 01:32:13 PST 2012
Diffstat (limited to 'extra/gobject-introspection/PKGBUILD')
-rw-r--r-- | extra/gobject-introspection/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/gobject-introspection/PKGBUILD b/extra/gobject-introspection/PKGBUILD index bf0ccd3a6..70d51787d 100644 --- a/extra/gobject-introspection/PKGBUILD +++ b/extra/gobject-introspection/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 170685 2012-11-09 13:29:21Z jgc $ +# $Id: PKGBUILD 170882 2012-11-12 22:03:02Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=gobject-introspection -pkgver=1.34.1.1 -pkgrel=2 +pkgver=1.34.2 +pkgrel=1 pkgdesc="Introspection system for GObject-based libraries" url="https://live.gnome.org/GObjectIntrospection" arch=('x86_64' 'i686') @@ -12,7 +12,7 @@ depends=('glib2' 'python2' 'python2-mako') makedepends=('cairo') options=('!libtool') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver::4}/$pkgname-$pkgver.tar.xz) -sha256sums=('85b9ac268d34311138f3c6bf646c07975eebfae6ae67d9239e1066a42c5d525b') +sha256sums=('bc7948a35ce2218922dfb0806679cad21060715cc0c340cf7823eb633cc03429') build() { cd "$pkgname-$pkgver" |