summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastian Wiesner2024-01-19 09:33:43 +0100
committerSebastian Wiesner2024-01-19 09:33:43 +0100
commitd984ef707d76c20abaad5bb9d5e0add925c97375 (patch)
tree839a341d87e3f8e56aebe5dd02e72075d58edece /PKGBUILD
parent106fa8420f81a4646cbcbc2a12ae6ab4fcc29f2d (diff)
downloadaur-gnome-shell-extension-utc-clock.tar.gz
upgpkg: gnome-shell-extension-utc-clock 45.4-3
Correct license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")