summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--20-bt-auto-enable-a2dp.rules2
-rw-r--r--PKGBUILD2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 702ab5e959e3..7aa8fb81e33a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pulseaudio-bt-auto-enable-a2dp
pkgdesc = Udev service for temporary solve bug 92102 https://bugs.freedesktop.org/show_bug.cgi?id=92102
pkgver = 15
- pkgrel = 1
+ pkgrel = 2
url = https://gist.github.com/EHfive/c4f1218a75f95b076f0387403246de78
arch = any
license = unknown
diff --git a/20-bt-auto-enable-a2dp.rules b/20-bt-auto-enable-a2dp.rules
index a9420fdfaa8f..1af41715f46d 100644
--- a/20-bt-auto-enable-a2dp.rules
+++ b/20-bt-auto-enable-a2dp.rules
@@ -1 +1 @@
-SUBSYSTEM=="bluetooth", ACTION=="add", RUN+="/usr/bin/bt-auto-enable-a2dp" \ No newline at end of file
+SUBSYSTEM=="bluetooth", ACTION=="add", RUN+="/usr/local/bin/bt-auto-enable-a2dp" \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 3f4d45d52cb7..2a783b4e1d7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: saren@wtako.net
pkgname=pulseaudio-bt-auto-enable-a2dp
pkgver=15
-pkgrel=1
+pkgrel=2
pkgdesc="Udev service for temporary solve bug 92102 https://bugs.freedesktop.org/show_bug.cgi?id=92102"
url="https://gist.github.com/EHfive/c4f1218a75f95b076f0387403246de78"
arch=(any)