summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ced10a15a89..8950a96fd20a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-gsconnect
pkgdesc = KDE Connect implementation with GNOME Shell integration
- pkgver = 19
+ pkgver = 20
pkgrel = 1
url = https://github.com/andyholmes/gnome-shell-extension-gsconnect
arch = any
@@ -13,8 +13,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/v19.tar.gz
- sha256sums = 73ee9110768ee2e9ae82cdb863ac53a4aadf20b2f565778bf665a58c370eda96
+ source = https://github.com/andyholmes/gnome-shell-extension-gsconnect/archive/v20.tar.gz
+ sha256sums = 1c3abc7f893de6de48236852f376c207a32685565fac7dca78be49c6a1f8c82d
pkgname = gnome-shell-extension-gsconnect
diff --git a/PKGBUILD b/PKGBUILD
index 976d52250ab7..e907b7f1bd73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Hayot <ghayot@postblue.info>
pkgname=gnome-shell-extension-gsconnect
-pkgver=19
+pkgver=20
pkgrel=1
pkgdesc="KDE Connect implementation with GNOME Shell integration"
arch=('any')
@@ -17,7 +17,7 @@ optdepends=(
'python-nautilus: Nautilus integration'
)
source=(https://github.com/andyholmes/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('73ee9110768ee2e9ae82cdb863ac53a4aadf20b2f565778bf665a58c370eda96')
+sha256sums=('1c3abc7f893de6de48236852f376c207a32685565fac7dca78be49c6a1f8c82d')
package() {
cd "$pkgname-$pkgver"