summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Hayot2018-12-26 12:38:41 +0100
committerGuillaume Hayot2018-12-26 12:38:41 +0100
commit7779015cc477de1117b8eceac02983a67239ecf0 (patch)
treef057a48e6e813ef5bb4e0df49d0b93c63ed78e90
parent47b95d203a3d300a1cf37f0b8e3003c5d3b92fa6 (diff)
downloadaur-7779015cc477de1117b8eceac02983a67239ecf0.tar.gz
Up to v19
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59daa5a81ba6..8ced10a15a89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-gsconnect
pkgdesc = KDE Connect implementation with GNOME Shell integration
- pkgver = 17
+ pkgver = 19
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/v17.tar.gz
- sha256sums = 4d08a1306b254a62250c081541ec86479c3b9808f8392c171b2e62781703c47e
+ source = https://github.com/andyholmes/gnome-shell-extension-gsconnect/archive/v19.tar.gz
+ sha256sums = 73ee9110768ee2e9ae82cdb863ac53a4aadf20b2f565778bf665a58c370eda96
pkgname = gnome-shell-extension-gsconnect
diff --git a/PKGBUILD b/PKGBUILD
index 977b9db9a37e..976d52250ab7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Hayot <ghayot@postblue.info>
pkgname=gnome-shell-extension-gsconnect
-pkgver=17
+pkgver=19
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=('4d08a1306b254a62250c081541ec86479c3b9808f8392c171b2e62781703c47e')
+sha256sums=('73ee9110768ee2e9ae82cdb863ac53a4aadf20b2f565778bf665a58c370eda96')
package() {
cd "$pkgname-$pkgver"