summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89c46a33635b..085cf1e6b1b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = yay-bin
arch = aarch64
arch = armv6h
arch = armv7h
- license = GPL
+ license = GPL3
depends = pacman<6
depends = git
optdepends = sudo
diff --git a/PKGBUILD b/PKGBUILD
index cc1aa72dc408..d104ec8b90f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=2
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go. Pre-compiled."
arch=('x86_64' 'aarch64' 'armv6h' 'armv7h')
url="https://github.com/Jguer/yay"
-license=('GPL')
+license=('GPL3')
depends=(
'pacman<6'
'git'