summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Hayot2020-09-22 09:11:25 +0200
committerGuillaume Hayot2020-09-22 09:11:25 +0200
commit5d5fda7b6358878293450f4d521ad36dc527e812 (patch)
tree5cad2fe33c1e345191e8d986988a268539409db9
parent3ab3bf1ef7c0fbc0a58773ca887ab10917997b2c (diff)
downloadaur-5d5fda7b6358878293450f4d521ad36dc527e812.tar.gz
v42
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23b07bd8b594..1db82d039fcc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-gsconnect
pkgdesc = KDE Connect implementation with GNOME Shell integration
- pkgver = 41
+ pkgver = 42
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/v41.tar.gz
- sha256sums = 5cc30251beb7e18030483474a53f36c9479fd5ad5d10e542337b4c00fa67c6df
+ source = https://github.com/andyholmes/gnome-shell-extension-gsconnect/archive/v42.tar.gz
+ sha256sums = bf0ad21a7cdd35cff93f923816db62effea093cbc3a88b2362fbab94673b5105
pkgname = gnome-shell-extension-gsconnect
diff --git a/PKGBUILD b/PKGBUILD
index e0b46c8a3c44..e96e88420cbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Hayot <ghayot@postblue.info>
pkgname=gnome-shell-extension-gsconnect
-pkgver=41
+pkgver=42
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=('5cc30251beb7e18030483474a53f36c9479fd5ad5d10e542337b4c00fa67c6df')
+sha256sums=('bf0ad21a7cdd35cff93f923816db62effea093cbc3a88b2362fbab94673b5105')
package() {
cd "$pkgname-$pkgver"