summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wiesner2024-01-05 20:07:18 +0100
committerSebastian Wiesner2024-01-05 20:07:18 +0100
commitc9e55b4b89dd9719f3630868c2ac4b356f56d926 (patch)
treed7e1f641dab9761596c9d9987f5c1b7c2b05908e
parentfde2251e51d97ff03857fffea6f03e10636f232d (diff)
downloadaur-c9e55b4b89dd9719f3630868c2ac4b356f56d926.tar.gz
upgpkg: gnome-shell-extension-utc-clock 45.4-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 7fac30a9955c..c74344bf0a0e 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.3
+ pkgver = 45.4
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.3.tar.gz::https://github.com/swsnr/gnome-shell-extension-utc-clock/archive/v45.3.tar.gz
- sha256sums = 1c2de527239ed672606aede8f15336c08c0047551149521158b5458bde94d6f3
+ source = gnome-shell-extension-utc-clock-45.4.tar.gz::https://github.com/swsnr/gnome-shell-extension-utc-clock/archive/v45.4.tar.gz
+ sha256sums = 69d84fb144ae12d8d0d0dbb4b2d2b3ccf7c7797e684f98389f2af06ce0f18a05
pkgname = gnome-shell-extension-utc-clock
diff --git a/PKGBUILD b/PKGBUILD
index 48fbad2313bd..6ac27d800b7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sebastian Wiesner <sebastian@swsnr.de>
pkgname=gnome-shell-extension-utc-clock
-pkgver=45.3
+pkgver=45.4
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=('1c2de527239ed672606aede8f15336c08c0047551149521158b5458bde94d6f3')
+sha256sums=('69d84fb144ae12d8d0d0dbb4b2d2b3ccf7c7797e684f98389f2af06ce0f18a05')
build() {
cd "${pkgname}-${pkgver}" || exit 1