summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schendel2024-03-30 21:48:49 +0100
committerChristian Schendel2024-03-30 21:48:49 +0100
commite3f641729a5c28f72e0ef87283786e479200fb69 (patch)
tree9bb6853453b050cc4dc6472e8ae27646bd27ab37
parent1e492afa3349e03d020acc2a8ade96d2bc9fe888 (diff)
downloadaur-gnome-shell-extension-pano-git.tar.gz
migrate license identifiers to SPDX
modified: .SRCINFO modified: PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84b0ec876a0d..2c9dd434d09f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = gnome-shell-extension-pano-git
pkgdesc = Next-gen Clipboard Manager
pkgver = 22.r6.g4be918b
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/oae/gnome-shell-pano
arch = any
- license = GPL
+ license = GPL-2.0-or-later
makedepends = git
makedepends = gobject-introspection
makedepends = yarn
diff --git a/PKGBUILD b/PKGBUILD
index 352395939c02..c9bb918ac427 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,13 @@
pkgname=gnome-shell-extension-pano-git
pkgver=22.r6.g4be918b
-pkgrel=1
+pkgrel=2
pkgdesc="Next-gen Clipboard Manager"
arch=('any')
url="https://github.com/oae/gnome-shell-pano"
-license=('GPL')
+license=(
+ 'GPL-2.0-or-later'
+)
depends=(
'gnome-shell>=1:45'
'libgda6'