summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoriTanguy2021-01-30 21:37:10 +0100
committerJ Guerreiro2021-01-31 17:59:21 +0100
commit2e8b743eaa916a185f7cb345c6236d3eee552083 (patch)
tree48a9f75831945ffe964ff0241a55e0ba9314c49c
parentc3bb471cf1cade9c3f63bc325965c2ac0839129b (diff)
downloadaur-2e8b743eaa916a185f7cb345c6236d3eee552083.tar.gz
Set more accurate license information : GPL3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b9abbb1bade..e60010579d0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = yay-git
arch = armv6h
arch = armv7h
arch = aarch64
- license = GPL
+ license = GPL3
makedepends = go
depends = pacman>5
depends = git
diff --git a/PKGBUILD b/PKGBUILD
index 0a9bf24039ee..6a25e1635b7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=2
pkgdesc="Yet another yogurt. Pacman wrapper and AUR helper written in go. (development version)"
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/Jguer/yay"
-license=('GPL')
+license=('GPL3')
options=('!strip' '!emptydirs')
depends=(
'pacman>5'