diff options
author | root <root@rshg047.dnsready.net> | 2011-07-08 23:09:34 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-07-08 23:09:34 +0000 |
commit | d006db78a1ce530e9df8a65f87bf39e8d6cc88e5 (patch) | |
tree | 082c5c2c39abee82c3957872552fa15c8325744d /extra/obexd | |
parent | ff64a82ccedcb1690d2f0140d63432aa49676591 (diff) |
Fri Jul 8 23:09:34 UTC 2011
Diffstat (limited to 'extra/obexd')
-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 10c2a4a46..cae937292 100644 --- a/extra/obexd/PKGBUILD +++ b/extra/obexd/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 106996 2011-01-20 12:27:07Z andrea $ +# $Id: PKGBUILD 130696 2011-07-07 21:06:55Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Geoffroy Carrier <geoffroy@archlinux.org> pkgbase=obexd pkgname=('obexd-client' 'obexd-server') -pkgver=0.40 +pkgver=0.41 pkgrel=1 url="http://www.bluez.org/" arch=('i686' 'x86_64') license=('GPL2') makedepends=('openobex' 'libical') source=("http://www.kernel.org/pub/linux/bluetooth/${pkgbase}-${pkgver}.tar.bz2") -md5sums=('f303592b7664b246965c1d6e9361c919') +md5sums=('d8ec74f18014e0f7164bcc37dee6723b') build() { cd "${srcdir}/${pkgbase}-${pkgver}" |