Date: Tuesday, July 13, 2010 @ 10:41:55 Author: ibiru Revision: 85451
upgpkg: obexd 0.29-2 fix provide array. FS#20162 Modified: obexd/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-07-13 13:35:33 UTC (rev 85450) +++ PKGBUILD 2010-07-13 14:41:55 UTC (rev 85451) @@ -1,11 +1,11 @@ -# $Id: $ +# $Id$ # Maintainer: Andrea Scarpino <[email protected]> # Contributor: Geoffroy Carrier <[email protected]> pkgbase=obexd pkgname=('obexd-client' 'obexd-server') pkgver=0.29 -pkgrel=1 +pkgrel=2 url="http://www.bluez.org/" arch=('i686' 'x86_64') license=('GPL2') @@ -22,7 +22,7 @@ package_obexd-client() { pkgdesc="D-Bus service providing high-level OBEX client side functionality" depends=('openobex' 'glib2') - provides=('obexd') + provides=("obexd=${pkgver}") replaces=('obexd') conflicts=('obexd') Property changes on: obexd/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords + Id
