summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGFdevelop2020-02-15 23:21:04 +0100
committerGFdevelop2020-02-15 23:21:04 +0100
commitf1484e88b3be41085b1e55f1c684a9a0dadb4cfa (patch)
treef85264bd8649806e772a146069dd37e6d7636e52
parente75a198933c2557f037c1a2632218fb703366ca1 (diff)
downloadaur-f1484e88b3be41085b1e55f1c684a9a0dadb4cfa.tar.gz
Fixed license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8077935ec188..379848eb7330 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = s2argv-execs-git
pkgrel = 1
url = https://github.com/rd235/s2argv-execs
arch = any
- license = GPL2
+ license = LGPL
makedepends = git
depends = glibc
provides = s2argv-execs
diff --git a/PKGBUILD b/PKGBUILD
index 3b6125eb529b..cd9e4fc0c456 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgrel=1
pkgdesc="s2argv converts a command string into an argv array for execv*, execs is like execv taking a string instead of an argv"
arch=('any')
url="https://github.com/rd235/$_pkgname"
-license=('GPL2')
+license=('LGPL')
depends=('glibc')
makedepends=('git')
provides=("$_pkgname")