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

Andrea Scarpino andrea at archlinux.org
Wed Dec 10 13:49:59 UTC 2014


    Date: Wednesday, December 10, 2014 @ 14:49:58
  Author: andrea
Revision: 227396

Upstream release

Modified:
  libbluedevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-10 13:23:56 UTC (rev 227395)
+++ PKGBUILD	2014-12-10 13:49:58 UTC (rev 227396)
@@ -3,9 +3,8 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=libbluedevil
-pkgver=2.0rc1
-_pkgver=2.0-rc1
-pkgrel=2
+pkgver=2.0
+pkgrel=1
 epoch=1
 pkgdesc='A Qt4 wrapper for bluez used in the new KDE bluetooth stack'
 arch=('i686' 'x86_64')
@@ -13,8 +12,8 @@
 license=('GPL')
 depends=('qt4' 'bluez')
 makedepends=('cmake')
-source=("http://download.kde.org/unstable/${pkgname}/${_pkgver}/src/${pkgname}-${_pkgver}.tar.xz")
-md5sums=('3883a20334ed210fb46077ebea163c0a')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+md5sums=('ab31d7d9c5dbfc8b5ca4615e7fb03100')
 
 prepare() {
   mkdir build
@@ -22,7 +21,7 @@
 
 build() {
   cd build
-  cmake ../${pkgname}-${_pkgver} \
+  cmake ../${pkgname}-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4



More information about the arch-commits mailing list