summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d09254cbe88b..66f496e4d58b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-bluetooth-quick-connect
pkgdesc = Allow to connect bluetooth paired devices from gnome control panel.
- pkgver = 29
+ pkgver = 30
pkgrel = 1
url = https://github.com/bjarosze/gnome-bluetooth-quick-connect
arch = any
@@ -8,7 +8,7 @@ pkgbase = gnome-shell-extension-bluetooth-quick-connect
depends = gnome-shell
depends = bluez-utils
conflicts = gnome-shell-extension-bluetooth-quick-connect-git
- source = gnome-shell-extension-bluetooth-quick-connect-29.tar.gz::https://github.com/bjarosze/gnome-bluetooth-quick-connect/archive/refs/tags/v29.tar.gz
- md5sums = 61c95b8a087efcd1358bda6d4b84b51f
+ source = gnome-shell-extension-bluetooth-quick-connect-30.tar.gz::https://github.com/bjarosze/gnome-bluetooth-quick-connect/archive/refs/tags/v30.tar.gz
+ md5sums = ceb56b74082b8bd23004ae17a8543f0e
pkgname = gnome-shell-extension-bluetooth-quick-connect
diff --git a/PKGBUILD b/PKGBUILD
index c784aa89eaaf..ea8ba19679c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_uuid="bluetooth-quick-connect@bjarosze.gmail.com"
_repo="gnome-bluetooth-quick-connect"
pkgname=gnome-shell-extension-bluetooth-quick-connect
-pkgver=29
+pkgver=30
pkgrel=1
pkgdesc="Allow to connect bluetooth paired devices from gnome control panel."
arch=("any")
@@ -11,7 +11,7 @@ license=("GPL")
depends=("gnome-shell" "bluez-utils")
conflicts=("$pkgname-git")
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-md5sums=('61c95b8a087efcd1358bda6d4b84b51f')
+md5sums=('ceb56b74082b8bd23004ae17a8543f0e')
package() {
glib-compile-schemas "$srcdir/$_repo-$pkgver/schemas"