diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2011-12-17 10:57:14 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2011-12-17 10:57:14 +0100 |
commit | c18c85b7c1dc723c11f7000dd6e3ade02dbe2653 (patch) | |
tree | 77cf693a7525715f1a9b6b60aff4801988c000a1 /extra/telepathy-glib/PKGBUILD | |
parent | 7ea4029b5c539f8034fd970dbac58cc807fe0acf (diff) | |
parent | 492f7c22a61fdb0488000da9f66d68e11bb43918 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
extra/polkit-kde/PKGBUILD
extra/polkit-qt/PKGBUILD
Diffstat (limited to 'extra/telepathy-glib/PKGBUILD')
-rw-r--r-- | extra/telepathy-glib/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/telepathy-glib/PKGBUILD b/extra/telepathy-glib/PKGBUILD index d329c545e..08f37c7ef 100644 --- a/extra/telepathy-glib/PKGBUILD +++ b/extra/telepathy-glib/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 143691 2011-11-28 12:26:53Z ibiru $ +# $Id: PKGBUILD 145052 2011-12-15 21:38:17Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> # Contributor: Kessia 'even' Pinheiro <kessiapinheiro at gmail.com # Contributor: Bjorn Lindeijer <bjorn lindeijer nl> pkgname=telepathy-glib -pkgver=0.16.3 +pkgver=0.16.4 pkgrel=1 pkgdesc="GLib bindings for the Telepathy D-Bus protocol" arch=('i686' 'x86_64' 'mips64el') @@ -14,7 +14,7 @@ options=('!libtool' '!emptydirs') depends=('dbus-glib') makedepends=('libxslt' 'vala' 'gobject-introspection') source=("http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('5c0cd5da2ce6257017751573e35c88ee') +md5sums=('8335f83117323d2c1b8b012c233b7e4e') build() { cd "$srcdir/$pkgname-$pkgver" |