summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wiesner2024-01-03 19:53:01 +0100
committerSebastian Wiesner2024-01-03 19:53:01 +0100
commitfde2251e51d97ff03857fffea6f03e10636f232d (patch)
treee03ef9d26d39b8fa0c0ccc2d0cd898e6e0116002
parent3bce504091c5214db4dc98da1ef2841b4f2abbdf (diff)
downloadaur-fde2251e51d97ff03857fffea6f03e10636f232d.tar.gz
upgpkg: gnome-shell-extension-utc-clock 45.3-1
Upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f91d2f7f6c86..7fac30a9955c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gnome-shell-extension-utc-clock
pkgdesc = Extension for GNOME shell to add a UTC clock to the top bar
- pkgver = 45.2
+ pkgver = 45.3
pkgrel = 1
url = https://github.com/swsnr/gnome-shell-extension-utc-clock
arch = any
license = MPL2
makedepends = npm
depends = gnome-shell
- source = gnome-shell-extension-utc-clock-45.2.tar.gz::https://github.com/swsnr/gnome-shell-extension-utc-clock/archive/v45.2.tar.gz
- sha256sums = 3b7b440af66e817be52818636f745f29197aa6669053b804108569e4dfc9a7f3
+ source = gnome-shell-extension-utc-clock-45.3.tar.gz::https://github.com/swsnr/gnome-shell-extension-utc-clock/archive/v45.3.tar.gz
+ sha256sums = 1c2de527239ed672606aede8f15336c08c0047551149521158b5458bde94d6f3
pkgname = gnome-shell-extension-utc-clock
diff --git a/PKGBUILD b/PKGBUILD
index 51bb51bb8f1e..48fbad2313bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sebastian Wiesner <sebastian@swsnr.de>
pkgname=gnome-shell-extension-utc-clock
-pkgver=45.2
+pkgver=45.3
pkgrel=1
pkgdesc='Extension for GNOME shell to add a UTC clock to the top bar'
arch=('any')
@@ -10,7 +10,7 @@ license=('MPL2')
makedepends=('npm')
depends=('gnome-shell')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('3b7b440af66e817be52818636f745f29197aa6669053b804108569e4dfc9a7f3')
+sha256sums=('1c2de527239ed672606aede8f15336c08c0047551149521158b5458bde94d6f3')
build() {
cd "${pkgname}-${pkgver}" || exit 1