summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Hayot2021-03-30 16:43:08 +0200
committerGuillaume Hayot2021-03-30 16:43:08 +0200
commite57690fa91d15d159717ec1e3b61d80f2d687198 (patch)
treec486451e88fb56c4ac207f38283fdfdca7bb91b5
parent1b539562cdff8745f3bbc106cceb9146d2fb0ce2 (diff)
downloadaur-e57690fa91d15d159717ec1e3b61d80f2d687198.tar.gz
v46
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bd4360bcf7a..209ef5aef066 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-gsconnect
pkgdesc = KDE Connect implementation with GNOME Shell integration
- pkgver = 45
+ pkgver = 46
pkgrel = 1
url = https://github.com/andyholmes/gnome-shell-extension-gsconnect
arch = any
@@ -14,8 +14,8 @@ 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/v45.tar.gz
- sha256sums = db4d2e6644172916b5db23f080a358816dee9979850b5bc8116af03518b10619
+ source = https://github.com/andyholmes/gnome-shell-extension-gsconnect/archive/v46.tar.gz
+ sha256sums = c9d7947b128856f0dff138b98aca252b1036804749efbc976a8e30092d54ba9f
pkgname = gnome-shell-extension-gsconnect
diff --git a/PKGBUILD b/PKGBUILD
index 81df3d1023f3..fc29bd6fdd1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Hayot <ghayot@postblue.info>
pkgname=gnome-shell-extension-gsconnect
-pkgver=45
+pkgver=46
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=('db4d2e6644172916b5db23f080a358816dee9979850b5bc8116af03518b10619')
+sha256sums=('c9d7947b128856f0dff138b98aca252b1036804749efbc976a8e30092d54ba9f')
_uuid='gsconnect@andyholmes.github.io'
build() {