summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wiesner2024-01-19 09:27:15 +0100
committerSebastian Wiesner2024-01-19 09:27:15 +0100
commit05a9c38f78f92e88dd71a640b5412104d761adcb (patch)
tree0d589e0373889f8c20db5034308c80480cb77f40
parent694399caa473f6e5d0699f92e26d9fb4654ad128 (diff)
downloadaur-05a9c38f78f92e88dd71a640b5412104d761adcb.tar.gz
Use SPDX license identifier
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d2eece1126e..e189ff7a52f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = gnome-search-providers-vscode
pkgrel = 1
url = https://github.com/swsnr/gnome-search-providers-vscode
arch = x86_64
- license = MPL2
+ license = MPL-2.0
makedepends = rust
depends = gnome-shell
depends = sqlite
diff --git a/PKGBUILD b/PKGBUILD
index 37814741a047..9eb36344e9b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Add VSCode workspaces to Gnome search"
arch=('x86_64')
url="https://github.com/swsnr/gnome-search-providers-vscode"
-license=('MPL2')
+license=('MPL-2.0')
depends=('gnome-shell' 'sqlite')
makedepends=('rust')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")