diff options
author | root <root@rshg054.dnsready.net> | 2012-01-14 23:15:11 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-01-14 23:15:11 +0000 |
commit | 2d4aa7f882dac8abb34e973655326c93f584f31f (patch) | |
tree | c9404799d0aea846ee22c16108ef00fe8babbb7a /extra/obexd/PKGBUILD | |
parent | b5f690637837ff269bf5d248ee2dc37ea5236ca8 (diff) |
Sat Jan 14 23:15:11 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 962bf7591..79f2b3abd 100644 --- a/extra/obexd/PKGBUILD +++ b/extra/obexd/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 146408 2012-01-10 21:28:35Z andrea $ +# $Id: PKGBUILD 146598 2012-01-13 22:25:53Z andrea $ # Maintainer: # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Geoffroy Carrier <geoffroy@archlinux.org> pkgbase=obexd pkgname=('obexd-client' 'obexd-server') -pkgver=0.43 +pkgver=0.44 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=('7490dc8536d8ac56afb884c87f24bd08') +md5sums=('d7246fda87675843ce866dd64560e4fd') build() { cd "${srcdir}/${pkgbase}-${pkgver}" |