summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorigo958622023-06-17 19:00:36 +0600
committerigo958622023-06-17 19:00:36 +0600
commit7ac8e0fe72db6dcbf02f9a461a1d38d3d4d29852 (patch)
tree258c62d54f36f3d4e226faa8be6b64636927391b
parent2a83b2803d4dc367d0f68c19a1f725a9cc2db1ef (diff)
downloadaur-7ac8e0fe72db6dcbf02f9a461a1d38d3d4d29852.tar.gz
Set PKGBUILD license variable to supported value
While actual license is unchanged and remains GPL-3.0-or-later Arch Linux only supports simple license identifiers.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 351f83a0f46d..b18dc9c50b8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = bubblejail-git
pkgrel = 1
url = https://github.com/igo95862/bubblejail
arch = any
- license = GPL3+
+ license = GPL3
makedepends = git
makedepends = meson
makedepends = python-jinja
diff --git a/PKGBUILD b/PKGBUILD
index 74dab6d80b8f..4ae2d1d42643 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="Bubblewrap based sandboxing utility"
arch=('any')
url="https://github.com/igo95862/bubblejail"
-license=('GPL3+')
+license=('GPL3')
depends=(
'python'
'python-pyxdg'