summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2022-05-15 22:10:48 +0300
committerjonian2022-05-15 22:10:48 +0300
commit86ac52acf9baa5827605c7a217b20975a99aaff1 (patch)
tree1f862912b6a9ab4d3197f548391f1ee460089a6d
parent66b8c0c866b565e8b0424d70989a6941bf90bf07 (diff)
downloadaur-86ac52acf9baa5827605c7a217b20975a99aaff1.tar.gz
version update to 29
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 850e92ec1b88..d09254cbe88b 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 = 27
+ pkgver = 29
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-27.tar.gz::https://github.com/bjarosze/gnome-bluetooth-quick-connect/archive/refs/tags/v27.tar.gz
- md5sums = 2127b890fb087f6e1b69e8b4700ed800
+ 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
pkgname = gnome-shell-extension-bluetooth-quick-connect
diff --git a/PKGBUILD b/PKGBUILD
index 20bf26f86d0f..c784aa89eaaf 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=27
+pkgver=29
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=('2127b890fb087f6e1b69e8b4700ed800')
+md5sums=('61c95b8a087efcd1358bda6d4b84b51f')
package() {
glib-compile-schemas "$srcdir/$_repo-$pkgver/schemas"