summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAx333l2023-01-05 14:18:18 +0100
committerAx333l2023-01-05 14:18:18 +0100
commitd54af2ddc1ebcea46d7e1069fcd65f9f9babb002 (patch)
tree8b537bf59a2137b02b49f7e6358654abed8167b7
parent76ac96e5a11ebf643d49a580b7769c21b213d964 (diff)
downloadaur-d54af2ddc1ebcea46d7e1069fcd65f9f9babb002.tar.gz
fix license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83fadeee10fc..177535a749ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = grub-improved-luks2-git
url = https://www.gnu.org/software/grub/
install = grub-improved-luks2-git.install
arch = x86_64
- license = GPL3,
+ license = GPL3
license = CC0
makedepends = autogen
makedepends = bdf-unifont
diff --git a/PKGBUILD b/PKGBUILD
index 9f146655d287..1f560b7559fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,7 @@ pkgrel=1
pkgdesc="GNU GRand Unified Bootloader (2) with Argon2 and better LUKS2 support"
arch=('x86_64')
url="https://www.gnu.org/software/grub/"
-license=('GPL3', 'CC0')
+license=('GPL3' 'CC0')
depends=('device-mapper' 'freetype2' 'fuse2' 'gettext')
makedepends=('autogen' 'bdf-unifont' 'git' 'help2man'
'python' 'rsync' 'texinfo' 'ttf-dejavu'