summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Hayot2018-11-08 11:56:04 +0100
committerGuillaume Hayot2018-11-08 11:56:04 +0100
commit175c092dc5e510cba07b8764bc8470875ed25805 (patch)
treee0396f96044fac5868783ddd6f72edfbf7673985
parent1381f134fb3f7a608a867685fc512c3efbc7b5e4 (diff)
downloadaur-175c092dc5e510cba07b8764bc8470875ed25805.tar.gz
Update to v15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17207b00b4af..42f175d55e46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-gsconnect
pkgdesc = KDE Connect implementation with GNOME Shell integration
- pkgver = 14
+ pkgver = 15
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 = python2-nautilus: Nautilus integration
optdepends = gsound: Themed sound effects
- source = https://github.com/andyholmes/gnome-shell-extension-gsconnect/archive/v14.tar.gz
- sha256sums = 86dd959cda3dafc0c4f6d6c6e69b1a3acda8284c21a07dc1a73e42cda9b4a915
+ source = https://github.com/andyholmes/gnome-shell-extension-gsconnect/archive/v15.tar.gz
+ sha256sums = d2ea8e1ab16e1a9a06b8c82c1a312e35329cae455b2b8d98b3515e323ce228e5
pkgname = gnome-shell-extension-gsconnect
diff --git a/PKGBUILD b/PKGBUILD
index 8686f4f0bcb7..d5fed3b298d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Hayot <ghayot@postblue.info>
pkgname=gnome-shell-extension-gsconnect
-pkgver=14
+pkgver=15
pkgrel=1
pkgdesc="KDE Connect implementation with GNOME Shell integration"
arch=('any')
@@ -17,7 +17,7 @@ optdepends=(
'gsound: Themed sound effects'
)
source=(https://github.com/andyholmes/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('86dd959cda3dafc0c4f6d6c6e69b1a3acda8284c21a07dc1a73e42cda9b4a915')
+sha256sums=('d2ea8e1ab16e1a9a06b8c82c1a312e35329cae455b2b8d98b3515e323ce228e5')
package() {
cd "$pkgname-$pkgver"