summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wiesner2024-01-19 09:33:43 +0100
committerSebastian Wiesner2024-01-19 09:33:43 +0100
commitd984ef707d76c20abaad5bb9d5e0add925c97375 (patch)
tree839a341d87e3f8e56aebe5dd02e72075d58edece
parent106fa8420f81a4646cbcbc2a12ae6ab4fcc29f2d (diff)
downloadaur-d984ef707d76c20abaad5bb9d5e0add925c97375.tar.gz
upgpkg: gnome-shell-extension-utc-clock 45.4-3
Correct license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 700aa9df9870..092eade0d6b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = gnome-shell-extension-utc-clock
pkgdesc = Extension for GNOME shell to add a UTC clock to the top bar
pkgver = 45.4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/swsnr/gnome-shell-extension-utc-clock
arch = any
- license = MPL2
+ license = GPL-2.0-or-later OR MPL-2.0
makedepends = nodejs
depends = gnome-shell
source = gnome-shell-extension-utc-clock-45.4.tar.gz::https://github.com/swsnr/gnome-shell-extension-utc-clock/archive/v45.4.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 4dbd95a79ca1..eda9726ea91f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=gnome-shell-extension-utc-clock
pkgver=45.4
-pkgrel=2
+pkgrel=3
pkgdesc='Extension for GNOME shell to add a UTC clock to the top bar'
arch=('any')
url="https://github.com/swsnr/${pkgname}"
-license=('MPL2')
+license=('GPL-2.0-or-later OR MPL-2.0')
makedepends=('nodejs')
depends=('gnome-shell')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")