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

Andrea Scarpino andrea at archlinux.org
Wed Dec 10 13:50:05 UTC 2014


    Date: Wednesday, December 10, 2014 @ 14:50:04
  Author: andrea
Revision: 227397

Upstream release

Modified:
  bluedevil/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-10 13:49:58 UTC (rev 227396)
+++ PKGBUILD	2014-12-10 13:50:04 UTC (rev 227397)
@@ -2,9 +2,8 @@
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=bluedevil
-pkgver=2.0rc1
-_pkgver=2.0-rc1
-pkgrel=2
+pkgver=2.0
+pkgrel=1
 epoch=1
 pkgdesc='KDE bluetooth framework'
 arch=('i686' 'x86_64')
@@ -13,8 +12,8 @@
 depends=('kdebase-workspace' 'libbluedevil')
 makedepends=('cmake' 'automoc4')
 install="${pkgname}.install"
-source=("http://download.kde.org/unstable/${pkgname}/${pkgname}-${_pkgver}.tar.xz")
-md5sums=('d49a3037d29cf4ba9e0a0968a0139333')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+md5sums=('c318b94d6de3d516598208e32cbccad6')
 
 prepare() {
   mkdir build
@@ -22,7 +21,7 @@
 
 build(){
   cd build
-  cmake ../${pkgname}-${_pkgver} \
+  cmake ../${pkgname}-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr
   make



More information about the arch-commits mailing list