summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e59465b2aa2a..3f6c1587f229 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = bluez-qt-git
pkgdesc = Qt wrapper for Bluez 5 DBus API
- pkgver = r296.840aecb
+ pkgver = r374.7b59f83
pkgrel = 1
url = https://projects.kde.org/projects/playground/libs/libbluedevil
arch = i686
arch = x86_64
license = GPL2
- makedepends = extra-cmake-modules
+ makedepends = extra-cmake-modules-git
makedepends = git
depends = qt5-declarative
depends = bluez
diff --git a/PKGBUILD b/PKGBUILD
index 73421e1bd848..19e38feca51f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Antonio Rojas <arojas@archlinux.org>
pkgname=bluez-qt-git
-pkgver=r296.840aecb
+pkgver=r374.7b59f83
pkgrel=1
pkgdesc='Qt wrapper for Bluez 5 DBus API'
arch=(i686 x86_64)
url='https://projects.kde.org/projects/playground/libs/libbluedevil'
license=(GPL2)
depends=(qt5-declarative bluez)
-makedepends=(extra-cmake-modules git)
+makedepends=(extra-cmake-modules-git git)
provides=(bluez-qt)
conflicts=(libbluedevil-frameworks bluez-qt)
source=("git://anongit.kde.org/bluez-qt.git")