summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjonian2021-10-28 17:28:18 +0300
committerjonian2021-10-28 17:28:18 +0300
commitd277931587f24ab648c1202f5cdb7b9d90527d3c (patch)
tree1da8c75a33fd359704cc878de7f62f7af5e2cc24
parentc0c4a794f1877448d3ff4a7235f62c0b5d96628b (diff)
downloadaur-d277931587f24ab648c1202f5cdb7b9d90527d3c.tar.gz
version update to 26
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c0f268f3314..ace4ee91a165 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 = 25
+ pkgver = 26
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-25.tar.gz::https://github.com/bjarosze/gnome-bluetooth-quick-connect/archive/refs/tags/v25.tar.gz
- md5sums = e9cd56cfd31c5d02dab060074fee2c4d
+ source = gnome-shell-extension-bluetooth-quick-connect-26.tar.gz::https://github.com/bjarosze/gnome-bluetooth-quick-connect/archive/refs/tags/v26.tar.gz
+ md5sums = f486a0d80185b57b934530162750bdf5
pkgname = gnome-shell-extension-bluetooth-quick-connect
diff --git a/PKGBUILD b/PKGBUILD
index dc15eace87d0..2bae0390a7de 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=25
+pkgver=26
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=('e9cd56cfd31c5d02dab060074fee2c4d')
+md5sums=('f486a0d80185b57b934530162750bdf5')
package() {
glib-compile-schemas "$srcdir/$_repo-$pkgver/schemas"