summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Hayot2019-12-02 20:06:03 +0100
committerGuillaume Hayot2019-12-02 20:06:03 +0100
commit180fdc6de78c19458dfb1bae438dd369c08b0e2e (patch)
tree3f38622cc07dc049229af294944f49cdd401ef9a
parent380edc8e879e47438b0c3ed7af80217c2f5383e3 (diff)
downloadaur-180fdc6de78c19458dfb1bae438dd369c08b0e2e.tar.gz
v30
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 316755d4e22e..5094ad0c2dc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-gsconnect
pkgdesc = KDE Connect implementation with GNOME Shell integration
- pkgver = 28
+ pkgver = 30
pkgrel = 1
url = https://github.com/andyholmes/gnome-shell-extension-gsconnect
arch = any
@@ -12,8 +12,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/v28.tar.gz
- sha256sums = 50e01895677fe1f2cf7c7237cc54cc66aea967cd1915ca96c18b8f7362afc45a
+ source = https://github.com/andyholmes/gnome-shell-extension-gsconnect/archive/v30.tar.gz
+ sha256sums = 1c73b9f430453dd8059fc18fb0744a8f146c620f1fc0d235ef941b990beba395
pkgname = gnome-shell-extension-gsconnect
diff --git a/PKGBUILD b/PKGBUILD
index 608695d3dcbe..9fc94fcbd665 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Hayot <ghayot@postblue.info>
pkgname=gnome-shell-extension-gsconnect
-pkgver=28
+pkgver=30
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=('50e01895677fe1f2cf7c7237cc54cc66aea967cd1915ca96c18b8f7362afc45a')
+sha256sums=('1c73b9f430453dd8059fc18fb0744a8f146c620f1fc0d235ef941b990beba395')
package() {
cd "$pkgname-$pkgver"