diff options
author | Guillaume Hayot | 2019-05-16 22:47:27 +0200 |
---|---|---|
committer | Guillaume Hayot | 2019-05-16 22:47:27 +0200 |
commit | e9e48b2736ec38553e3de861519475073199d923 (patch) | |
tree | 31500be5b5c569d7f933a1cc6112f16c825cd344 | |
parent | b84ebd9b5769bb9b651a4a20ad984942c9de94b0 (diff) | |
download | aur-e9e48b2736ec38553e3de861519475073199d923.tar.gz |
Bump to v23
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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" |