summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Hayot2023-04-13 08:50:17 +0200
committerGuillaume Hayot2023-04-13 08:50:17 +0200
commit3c483a4ebd5db0762d91e0430f89c13bd706c812 (patch)
treec7ca25869c48615e311f11e87463ebc6cac6b62a
parenteb05feeec0692163e3a89119b4e1e4a9df315740 (diff)
downloadaur-3c483a4ebd5db0762d91e0430f89c13bd706c812.tar.gz
Back to v54
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e169e6f6ef45..b7b8fbb66823 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = gnome-shell-extension-gsconnect
pkgdesc = KDE Connect implementation with GNOME Shell integration
- pkgver = 55
+ pkgver = 54
pkgrel = 1
- epoch = 1
+ epoch = 2
url = https://github.com/GSConnect/gnome-shell-extension-gsconnect
arch = any
license = GPL
@@ -17,7 +17,7 @@ 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/GSConnect/gnome-shell-extension-gsconnect/archive/v55.tar.gz
- b2sums = 760d73ead4a76af5a1292202ba61b3b72b95551a8ece3b830d7ff4a9803a2267c1d00b79a56dc22df4d9ffb8247956a0a25e720c00e2938e0e5f5ed8b5a2e56e
+ source = https://github.com/GSConnect/gnome-shell-extension-gsconnect/archive/v54.tar.gz
+ b2sums = 7d666775fc1ddf3ca76f59d2047b85cbc35f9953883941d1bca93f8711dcbf7ed5b8be697c300c13edf2195ffab10aa8f7edc7cbc6fde3d09797155f47349706
pkgname = gnome-shell-extension-gsconnect
diff --git a/PKGBUILD b/PKGBUILD
index 650507143799..178696f9a65e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guillaume Hayot <ghayot@postblue.info>
pkgname=gnome-shell-extension-gsconnect
-pkgver=55
+pkgver=54
pkgrel=1
-epoch=1
+epoch=2
pkgdesc="KDE Connect implementation with GNOME Shell integration"
arch=('any')
url="https://github.com/GSConnect/gnome-shell-extension-gsconnect"
@@ -17,7 +17,7 @@ optdepends=(
'python-nautilus: Nautilus integration'
)
source=(https://github.com/GSConnect/$pkgname/archive/v$pkgver.tar.gz)
-b2sums=('760d73ead4a76af5a1292202ba61b3b72b95551a8ece3b830d7ff4a9803a2267c1d00b79a56dc22df4d9ffb8247956a0a25e720c00e2938e0e5f5ed8b5a2e56e')
+b2sums=('7d666775fc1ddf3ca76f59d2047b85cbc35f9953883941d1bca93f8711dcbf7ed5b8be697c300c13edf2195ffab10aa8f7edc7cbc6fde3d09797155f47349706')
_uuid='gsconnect@andyholmes.github.io'
build() {