diff options
author | root <root@rshg054.dnsready.net> | 2012-05-02 00:01:22 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-02 00:01:22 +0000 |
commit | defe74c9cba07c321ad2869d8f6872e64a167324 (patch) | |
tree | 22377a98049a863983b9a28d9d79fc737f665cc3 /extra/obexd/PKGBUILD | |
parent | 752015395fc8b95cc4a86b68189cb747fe9a8499 (diff) |
Wed May 2 00:01:22 UTC 2012
Diffstat (limited to 'extra/obexd/PKGBUILD')
-rw-r--r-- | extra/obexd/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/obexd/PKGBUILD b/extra/obexd/PKGBUILD index 79f2b3abd..8e14a56c1 100644 --- a/extra/obexd/PKGBUILD +++ b/extra/obexd/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 146598 2012-01-13 22:25:53Z andrea $ +# $Id: PKGBUILD 157964 2012-04-30 07:31:43Z andrea $ # Maintainer: # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Geoffroy Carrier <geoffroy@archlinux.org> pkgbase=obexd pkgname=('obexd-client' 'obexd-server') -pkgver=0.44 +pkgver=0.45 pkgrel=1 url="http://www.bluez.org/" arch=('i686' 'x86_64') license=('GPL2') makedepends=('glib2' 'openobex' 'libical') source=("http://www.kernel.org/pub/linux/bluetooth/${pkgbase}-${pkgver}.tar.bz2") -md5sums=('d7246fda87675843ce866dd64560e4fd') +md5sums=('2aa178fe9b257fd637559608e72bb665') build() { cd "${srcdir}/${pkgbase}-${pkgver}" |