Date: Monday, December 23, 2013 @ 09:19:56 Author: andrea Revision: 202648
the tarball has been fixed Modified: libbluedevil/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-12-23 08:17:04 UTC (rev 202647) +++ PKGBUILD 2013-12-23 08:19:56 UTC (rev 202648) @@ -12,9 +12,9 @@ url="https://projects.kde.org/projects/playground/libs/libbluedevil" license=('GPL') depends=('qt4' 'bluez') -makedepends=('cmake' 'git') -source=("git://anongit.kde.org/${pkgname}.git#tag=v${_pkgver}") -md5sums=('SKIP') +makedepends=('cmake') +source=("http://download.kde.org/unstable/${pkgname}/${_pkgver}/src/${pkgname}-${_pkgver}.tar.xz") +md5sums=('3883a20334ed210fb46077ebea163c0a') prepare() { mkdir build @@ -22,7 +22,7 @@ build() { cd build - cmake ../${pkgname} \ + cmake ../${pkgname}-${_pkgver} \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4
