summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wiesner2024-01-19 09:26:24 +0100
committerSebastian Wiesner2024-01-19 09:26:24 +0100
commita4af7d9980693fba9d332df8eda4d8ec9bca6038 (patch)
tree3be4dfdd905fca479e5cf3d1b1dcfc4dba5098fc
parent89f3737acb64d0ecdced1d01327fcd2c759dd06d (diff)
downloadaur-a4af7d9980693fba9d332df8eda4d8ec9bca6038.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 0241931cc7e2..dfe413d7d5eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = gnome-search-providers-jetbrains
pkgrel = 1
url = https://github.com/swsnr/gnome-search-providers-jetbrains
arch = x86_64
- license = MPL2
+ license = MPL-2.0
makedepends = rust
depends = gnome-shell
source = gnome-search-providers-jetbrains-1.16.0.tar.gz::https://github.com/swsnr/gnome-search-providers-jetbrains/archive/v1.16.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index b048cf02b6c6..f67cab29fa39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Add Jetbrains IDE projects to Gnome Search"
arch=('x86_64')
url="https://github.com/swsnr/gnome-search-providers-jetbrains"
-license=('MPL2')
+license=('MPL-2.0')
depends=('gnome-shell')
makedepends=('rust')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")