[arch-commits] Commit in libbluedevil/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Fri Mar 25 15:32:20 UTC 2011


    Date: Friday, March 25, 2011 @ 11:32:20
  Author: andrea
Revision: 116725

upgpkg: libbluedevil 1.8.1-1
upstream release

Modified:
  libbluedevil/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-25 15:04:15 UTC (rev 116724)
+++ PKGBUILD	2011-03-25 15:32:20 UTC (rev 116725)
@@ -2,22 +2,22 @@
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=libbluedevil
-pkgver=1.8
-pkgrel=3
+pkgver=1.8.1
+pkgrel=1
 pkgdesc='A Qt wrapper for bluez used in the new KDE bluetooth stack'
 arch=('i686' 'x86_64')
 url="https://projects.kde.org/projects/playground/libs/libbluedevil"
 license=('GPL')
 depends=('qt' 'bluez')
 makedepends=('cmake')
-source=("http://media.ereslibre.es/2010/11/${pkgname}-v${pkgver}-1.tar.bz2")
-md5sums=('03c79dd8a6d40e2872fee27c9b81190d')
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('4534b5d254b15e3884c4e51dfdf586b7')
 
 build(){
   cd ${srcdir}
   mkdir build
   cd build
-  cmake ../${pkgname}-v${pkgver}-1 \
+  cmake ../${pkgname}-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr
   make


Property changes on: libbluedevil/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list