summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-21 10:59:42 -0700
committerMark Wagie2024-01-21 10:59:42 -0700
commit0489b4b5e44a0a9c7b37ac3ba7912a0ca5b85939 (patch)
tree2c37e0cde556981458939b33136fdf1dda8af0c5
parent7ee5ea6981c47a5e4ff734a4c1626b1704c620ec (diff)
downloadaur-0489b4b5e44a0a9c7b37ac3ba7912a0ca5b85939.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 3de9b9cdb5fb..750918d7bb4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = pop-launcher-git
url = https://github.com/pop-os/launcher
arch = x86_64
arch = aarch64
- license = MPL2
+ license = MPL-2.0
makedepends = cargo
makedepends = git
makedepends = just
diff --git a/PKGBUILD b/PKGBUILD
index a3e960e64a2e..a38df6e42fa2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1.2.1.r51.gb1f6002
pkgrel=1
arch=('x86_64' 'aarch64')
url="https://github.com/pop-os/launcher"
-license=('MPL2')
+license=('MPL-2.0')
depends=('dbus' 'fd' 'libqalculate' 'sh' 'xdg-utils')
makedepends=('cargo' 'git' 'just' 'libegl' 'libxkbcommon')
options=('!lto')