summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Hayot2021-06-19 09:56:55 +0200
committerGuillaume Hayot2021-06-19 09:56:55 +0200
commita9bff95d2395dc1fa5b72cd84a5d84b336f4b504 (patch)
treed75b986ab3ecf0cb83e2fe5df800c0e330bed683
parente57690fa91d15d159717ec1e3b61d80f2d687198 (diff)
downloadaur-a9bff95d2395dc1fa5b72cd84a5d84b336f4b504.tar.gz
v47
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 209ef5aef066..21dfbd695726 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-gsconnect
pkgdesc = KDE Connect implementation with GNOME Shell integration
- pkgver = 46
+ pkgver = 47
pkgrel = 1
url = https://github.com/andyholmes/gnome-shell-extension-gsconnect
arch = any
@@ -14,8 +14,7 @@ pkgbase = gnome-shell-extension-gsconnect
optdepends = libgdata: Contacts integration (GNOME Online Accounts)
optdepends = gsound: Themed sound effects
optdepends = python-nautilus: Nautilus integration
- source = https://github.com/andyholmes/gnome-shell-extension-gsconnect/archive/v46.tar.gz
- sha256sums = c9d7947b128856f0dff138b98aca252b1036804749efbc976a8e30092d54ba9f
+ source = https://github.com/andyholmes/gnome-shell-extension-gsconnect/archive/v47.tar.gz
+ sha256sums = 2fee54b65a42aef851e4277a8ee7e3b7e05a06ea26e98db04d09fb74756400c8
pkgname = gnome-shell-extension-gsconnect
-
diff --git a/PKGBUILD b/PKGBUILD
index fc29bd6fdd1b..5803032cd92a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Hayot <ghayot@postblue.info>
pkgname=gnome-shell-extension-gsconnect
-pkgver=46
+pkgver=47
pkgrel=1
pkgdesc="KDE Connect implementation with GNOME Shell integration"
arch=('any')
@@ -16,7 +16,7 @@ optdepends=(
'python-nautilus: Nautilus integration'
)
source=(https://github.com/andyholmes/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('c9d7947b128856f0dff138b98aca252b1036804749efbc976a8e30092d54ba9f')
+sha256sums=('2fee54b65a42aef851e4277a8ee7e3b7e05a06ea26e98db04d09fb74756400c8')
_uuid='gsconnect@andyholmes.github.io'
build() {