diff options
author | Guillaume Hayot | 2019-12-02 20:06:03 +0100 |
---|---|---|
committer | Guillaume Hayot | 2019-12-02 20:06:03 +0100 |
commit | 180fdc6de78c19458dfb1bae438dd369c08b0e2e (patch) | |
tree | 3f38622cc07dc049229af294944f49cdd401ef9a | |
parent | 380edc8e879e47438b0c3ed7af80217c2f5383e3 (diff) | |
download | aur-180fdc6de78c19458dfb1bae438dd369c08b0e2e.tar.gz |
v30
-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 = 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 @@ -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" |