summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wiesner2024-01-19 09:29:24 +0100
committerSebastian Wiesner2024-01-19 09:29:24 +0100
commitef982dac01724bc434334742acd55ac3d7fd83a2 (patch)
tree45a44b2a1f795188570b392e85e4f989834068da
parent71c208c0071c6f50d506fac1f30605c926801645 (diff)
downloadaur-ef982dac01724bc434334742acd55ac3d7fd83a2.tar.gz
upgpkg: gnome-shell-extension-picture-of-the-day 45.12-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 96f83a5e85df..b08ec67f140e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = gnome-shell-extension-picture-of-the-day
pkgdesc = Use a picture of the day from various sources as GNOME desktop background
pkgver = 45.12
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/swsnr/gnome-shell-extension-picture-of-the-day
arch = any
- license = MPL2
+ license = GPL-2.0-or-later OR MPL-2.0
makedepends = nodejs
depends = gnome-shell
source = gnome-shell-extension-picture-of-the-day-45.12.tar.gz::https://github.com/swsnr/gnome-shell-extension-picture-of-the-day/archive/v45.12.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index de60a38174fc..0a3ddae3af2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=gnome-shell-extension-picture-of-the-day
pkgver=45.12
-pkgrel=2
+pkgrel=3
pkgdesc='Use a picture of the day from various sources as GNOME desktop background'
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")