summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorianux2016-10-09 19:49:56 +0200
committerianux2016-10-09 19:49:56 +0200
commit86b8c0bf6eb27b0b7d6b8a4ad615b527e19abab2 (patch)
treeba5fb790410c64d4e4ad7ce9a2a4fa20bc169080
parentfa1f9aff2aa1106e443bcca4bc57e195f065ae58 (diff)
downloadaur-86b8c0bf6eb27b0b7d6b8a4ad615b527e19abab2.tar.gz
bump version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af0bb5a02c01..52116bd2287f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bluez-ps3
pkgdesc = Daemons for the bluetooth protocol stack. Patched to support PS3 controllers, including Gasia/Shanwan clones
- pkgver = 5.41
+ pkgver = 5.42
pkgrel = 1
url = https://github.com/luetzel/bluez
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 4247300f4aa8..691bc5f94bdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=bluez-ps3
_gitname=bluez
-pkgver=5.41
+pkgver=5.42
pkgrel=1
pkgdesc="Daemons for the bluetooth protocol stack. Patched to support PS3 controllers, including Gasia/Shanwan clones"
url="https://github.com/luetzel/bluez"
@@ -21,7 +21,7 @@ conflicts=('bluez' 'bluez-plugins' 'obexd-client' 'obexd-server')
source=('git+https://github.com/luetzel/bluez'
'bluetooth.modprobe')
sha256sums=('SKIP'
- '46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')
+ '46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')
#pkgver() {
# cd ${srcdir}/${_gitname}
@@ -36,7 +36,8 @@ build() {
--sysconfdir=/etc \
--localstatedir=/var \
--libexecdir=/usr/lib \
- --enable-sixaxis
+ --enable-sixaxis \
+ --enable-experimental
make
}