summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")