diff options
Diffstat (limited to 'extra/telepathy-rakia/PKGBUILD')
-rw-r--r-- | extra/telepathy-rakia/PKGBUILD | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/extra/telepathy-rakia/PKGBUILD b/extra/telepathy-rakia/PKGBUILD index 12338fa1f..35f14853e 100644 --- a/extra/telepathy-rakia/PKGBUILD +++ b/extra/telepathy-rakia/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 158778 2012-05-09 17:40:49Z ibiru $ +# $Id: PKGBUILD 198701 2013-11-02 08:12:22Z ioni $ # Maintainer : Ionut Biru <ibiru@archlinux.org> pkgname=telepathy-rakia -pkgver=0.7.4 +pkgver=0.8.0 pkgrel=1 pkgdesc="SIP connection manager for Telepathy" arch=('i686' 'x86_64' 'mips64el') @@ -13,15 +13,11 @@ makedepends=('libxslt' 'python2') install=telepathy-rakia.install groups=('telepathy') replaces=('telepathy-sofiasip') -source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz - 0001-Check-for-gio-to-avoid-linking-issue.patch) -md5sums=('f9f47f18db033afe29fd6963c7748e37' - '6d0372c4c8a22bf9682e4b45ee614d5c') +source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('09038d4625fcf81e9d3228ebf18bc378') build() { cd "$pkgname-$pkgver" - patch -Np1 -i $srcdir/0001-Check-for-gio-to-avoid-linking-issue.patch - autoreconf -fi ./configure --prefix=/usr --libexecdir=/usr/lib/telepathy make } |