diff options
Diffstat (limited to 'community/gwibber/PKGBUILD')
-rw-r--r-- | community/gwibber/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/gwibber/PKGBUILD b/community/gwibber/PKGBUILD index 6d1c905b5..833cadbd0 100644 --- a/community/gwibber/PKGBUILD +++ b/community/gwibber/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 69926 2012-04-26 21:16:13Z bgyorgy $ +# $Id: PKGBUILD 72619 2012-06-17 14:19:03Z bgyorgy $ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgname=gwibber -pkgver=3.4.1 +pkgver=3.4.2 pkgrel=1 pkgdesc="Microblogging client for GNOME, which supports Twitter, Identi.ca, StatusNet, Facebook, Flickr, Digg, FriendFeed and Qaiku" arch=('i686' 'x86_64') url="http://gwibber.com/" license=('GPL') -depends=('libgee' 'libnotify' 'dee>=1.0.0' 'json-glib' 'gtkspell3' 'python2-gobject' 'libwnck3' 'libwebkit3' 'libgnome-keyring>=3.3' 'dbus-python' 'python2-httplib2' 'python-egenix-mx-base' 'python2-oauth' 'python-imaging' 'pyxdg' 'dconf' 'hicolor-icon-theme' 'xdg-utils') +depends=('libgee' 'libnotify' 'dee>=1.0.0' 'json-glib' 'gtkspell3' 'python2-gobject' 'libwnck3' 'libwebkit3' 'libgnome-keyring>=3.3' 'python2-dbus' 'python2-httplib2' 'python-egenix-mx-base' 'python2-oauth' 'python-imaging' 'pyxdg' 'dconf' 'hicolor-icon-theme' 'xdg-utils') makedepends=('intltool' 'vala>=0.15.0') options=('!libtool') install=$pkgname.install source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz) -md5sums=('47d27eaa1fe1c94a959acff7128a644a') +md5sums=('0ac544f8e626547312b9d0da0b57358e') build() { cd "$srcdir/$pkgname-$pkgver" |