summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Hayot2020-03-10 20:14:24 +0100
committerGuillaume Hayot2020-03-10 20:14:24 +0100
commitaba790a216a89588a394ee8f7b7d7d88154456bc (patch)
treeefc3ca8c5014e485304d4f67a999cdb07228fe22
parent09e64b317a350da044ed1bb61325e1d0fedf597a (diff)
downloadaur-aba790a216a89588a394ee8f7b7d7d88154456bc.tar.gz
v34
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06aa706f9312..2df754bb0a4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-gsconnect
pkgdesc = KDE Connect implementation with GNOME Shell integration
- pkgver = 33
+ pkgver = 34
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/v33.tar.gz
- sha256sums = 77894cac7fb74d36aa9037a6dc636ef2d97ff92b8e54bafa9f2fb8eb66e19511
+ source = https://github.com/andyholmes/gnome-shell-extension-gsconnect/archive/v34.tar.gz
+ sha256sums = 3155170a34e438c42a64e0604c295741ac67cc1c1040bb2967e5dd803d790cc3
pkgname = gnome-shell-extension-gsconnect
diff --git a/PKGBUILD b/PKGBUILD
index aa5ebc86d1e1..c7fc85fe0e3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Hayot <ghayot@postblue.info>
pkgname=gnome-shell-extension-gsconnect
-pkgver=33
+pkgver=34
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=('77894cac7fb74d36aa9037a6dc636ef2d97ff92b8e54bafa9f2fb8eb66e19511')
+sha256sums=('3155170a34e438c42a64e0604c295741ac67cc1c1040bb2967e5dd803d790cc3')
package() {
cd "$pkgname-$pkgver"