diff options
author | root <root@rshg054.dnsready.net> | 2012-04-28 00:01:35 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-28 00:01:35 +0000 |
commit | 00f77ef3b2b7856520daba393370f67b773c2184 (patch) | |
tree | ac5b63574a95d0d851e012957254f7456ced564f /community/gwibber | |
parent | 5233daa5825f00ccf0722ef9733ea6b3bbd44bc8 (diff) |
Sat Apr 28 00:01:35 UTC 2012
Diffstat (limited to 'community/gwibber')
-rw-r--r-- | community/gwibber/PKGBUILD | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/community/gwibber/PKGBUILD b/community/gwibber/PKGBUILD index 739432875..6d1c905b5 100644 --- a/community/gwibber/PKGBUILD +++ b/community/gwibber/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 69796 2012-04-23 09:42:07Z ibiru $ +# $Id: PKGBUILD 69926 2012-04-26 21:16:13Z bgyorgy $ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgname=gwibber -pkgver=3.4.0 +pkgver=3.4.1 pkgrel=1 pkgdesc="Microblogging client for GNOME, which supports Twitter, Identi.ca, StatusNet, Facebook, Flickr, Digg, FriendFeed and Qaiku" arch=('i686' 'x86_64') @@ -12,15 +12,12 @@ depends=('libgee' 'libnotify' 'dee>=1.0.0' 'json-glib' 'gtkspell3' 'python2-gobj makedepends=('intltool' 'vala>=0.15.0') options=('!libtool') install=$pkgname.install -source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz - lp_959068.patch) -md5sums=('cec2c692d870f7aa7fb6a7cb556617ad' - 'c15dd5289f36270f980036ead71b6c20') +source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz) +md5sums=('47d27eaa1fe1c94a959acff7128a644a') build() { cd "$srcdir/$pkgname-$pkgver" find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@' - patch -Np1 -i "$srcdir/lp_959068.patch" ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --disable-static --disable-schemas-compile --disable-unity |