summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Hayot2019-05-16 22:47:27 +0200
committerGuillaume Hayot2019-05-16 22:47:27 +0200
commite9e48b2736ec38553e3de861519475073199d923 (patch)
tree31500be5b5c569d7f933a1cc6112f16c825cd344
parentb84ebd9b5769bb9b651a4a20ad984942c9de94b0 (diff)
downloadaur-e9e48b2736ec38553e3de861519475073199d923.tar.gz
Bump to v23
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45f2ef408527..3c118605d97a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-gsconnect
pkgdesc = KDE Connect implementation with GNOME Shell integration
- pkgver = 21
+ pkgver = 23
pkgrel = 2
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/v21.tar.gz
- sha256sums = 228b7d3b41cd44d338784284a91f96f9f55ffb3f10c539c4907b1010871abcce
+ source = https://github.com/andyholmes/gnome-shell-extension-gsconnect/archive/v23.tar.gz
+ sha256sums = 0779422eaa2e6b5efc35a01fd4cae865805d16f1e471ed796e142292ffe93155
pkgname = gnome-shell-extension-gsconnect
diff --git a/PKGBUILD b/PKGBUILD
index 4f778c254ba8..58cbd744ddf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Hayot <ghayot@postblue.info>
pkgname=gnome-shell-extension-gsconnect
-pkgver=21
+pkgver=23
pkgrel=2
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=('228b7d3b41cd44d338784284a91f96f9f55ffb3f10c539c4907b1010871abcce')
+sha256sums=('0779422eaa2e6b5efc35a01fd4cae865805d16f1e471ed796e142292ffe93155')
package() {
cd "$pkgname-$pkgver"