summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 804c8eac98b0..6e30d352f986 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 = 4
+ pkgver = 5
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-4.tar.gz::https://github.com/swsnr/gnome-shell-extension-utc-clock/archive/ego-4.tar.gz
- sha256sums = 9d5a20337ac6c300793b5b684c13b98b63d3382006420ea5f15820a138b1549e
+ source = gnome-shell-extension-utc-clock-5.tar.gz::https://github.com/swsnr/gnome-shell-extension-utc-clock/archive/ego-5.tar.gz
+ sha256sums = e56a1cd1bf07f9b32c6ea852c5ce91150e04f396204fd55118c84087f0cfb700
pkgname = gnome-shell-extension-utc-clock
diff --git a/PKGBUILD b/PKGBUILD
index 8026a08bc4f5..ff63c8f826c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sebastian Wiesner <sebastian@swsnr.de>
pkgname=gnome-shell-extension-utc-clock
-pkgver=4
+pkgver=5
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/ego-${pkgver}.tar.gz")
-sha256sums=('9d5a20337ac6c300793b5b684c13b98b63d3382006420ea5f15820a138b1549e')
+sha256sums=('e56a1cd1bf07f9b32c6ea852c5ce91150e04f396204fd55118c84087f0cfb700')
build() {
cd "${pkgname}-ego-${pkgver}" || exit 1