summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4911bf6c81e9..65fd5e72e7d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bluetooth-autoconnect
pkgdesc = A service to automatically connect to all paired and trusted bluetooth devices
- pkgver = 1.2
- pkgrel = 3
+ pkgver = 1.3
+ pkgrel = 1
url = https://github.com/jrouleau/bluetooth-autoconnect
arch = any
license = MIT
@@ -11,8 +11,8 @@ pkgbase = bluetooth-autoconnect
depends = python-dbus
depends = python-gobject
optdepends = pulseaudio: auto connect bluetooth headsets/speakers
- source = bluetooth-autoconnect-1.2.tar.gz::https://github.com/jrouleau/bluetooth-autoconnect/archive/v1.2.tar.gz
- sha256sums = 71a42ef7b1e1d22dc93c5c9e77de6d6a6c3d3b134cac28305fb37aff999877d5
+ source = bluetooth-autoconnect-1.3.tar.gz::https://github.com/jrouleau/bluetooth-autoconnect/archive/v1.3.tar.gz
+ sha256sums = f2a9cbcc3fee29d5f35549bdc3ee044acfcf5ba0d58345b89ae0bb2611580c5c
pkgname = bluetooth-autoconnect
diff --git a/PKGBUILD b/PKGBUILD
index 56aed0f00cc2..a39ab06b3d4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Jonathan Rouleau <jonathan@rouleau.io>
pkgname=bluetooth-autoconnect
-pkgver=1.2
-pkgrel=3
+pkgver=1.3
+pkgrel=1
pkgdesc="A service to automatically connect to all paired and trusted bluetooth devices"
arch=('any')
url="https://github.com/jrouleau/bluetooth-autoconnect"
@@ -10,7 +10,7 @@ license=('MIT')
depends=('bluez' 'python' 'python-prctl' 'python-dbus' 'python-gobject')
optdepends=('pulseaudio: auto connect bluetooth headsets/speakers')
source=("$pkgname-$pkgver.tar.gz::https://github.com/jrouleau/bluetooth-autoconnect/archive/v${pkgver}.tar.gz")
-sha256sums=('71a42ef7b1e1d22dc93c5c9e77de6d6a6c3d3b134cac28305fb37aff999877d5')
+sha256sums=('f2a9cbcc3fee29d5f35549bdc3ee044acfcf5ba0d58345b89ae0bb2611580c5c')
package() {
cd "$srcdir/$pkgname-$pkgver/"