Update to 1.1.1

This commit is contained in:
Manuel 2011-07-28 19:35:34 +00:00
parent ed214214eb
commit 5572e3665f

View File

@ -8,19 +8,19 @@
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=bluedevil pkgname=bluedevil
pkgver=1.1 pkgver=1.1.1
pkgrel=2 pkgrel=1
pkgdesc='The new bluetooth stack for KDE, it is composed of: KCM, KDED, KIO, Library and some other small applications' pkgdesc='The new bluetooth stack for KDE, it is composed of: KCM, KDED, KIO, Library and some other small applications'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="http://gitorious.org/bluedevil" url="http://gitorious.org/bluedevil"
license=('GPL') license=('GPL')
depends=('kdelibs' 'libbluedevil>=1.0' 'obex-data-server' 'obexd-client') # kdebase-workspace depends=('kdelibs' 'libbluedevil>=1.9' 'obex-data-server' 'obexd-client') # kdebase-workspace
makedepends=('cmake' 'automoc4') makedepends=('cmake' 'automoc4')
provides=(bluedevil) provides=(bluedevil)
conflicts=(bluedevil-git) conflicts=(bluedevil-git)
source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
md5sums=('240151ff99b81f630de51fa9f8230198') md5sums=('b3764fb8ead502e2d410b0c0fc86ac6c')
build(){ build(){
cd ${srcdir} cd ${srcdir}