summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFahad Hossain2017-09-25 12:29:01 +0600
committerFahad Hossain2017-09-25 12:29:01 +0600
commit501dfc1472e3bed86ff622e901f41e55657cb6f0 (patch)
tree58cb553c89a9f48f744646676631fe83fc3e108b
parent562fd78bbf9ca2ea6f3713893517571be509abc4 (diff)
downloadaur-501dfc1472e3bed86ff622e901f41e55657cb6f0.tar.gz
correct the license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f7c9aa2558b..8d167e3d0746 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = vivaldi-codecs-ffmpeg-extra-bin
pkgrel = 0
url = https://packages.ubuntu.com/zesty/amd64/chromium-codecs-ffmpeg-extra/download
arch = x86_64
- license = GPL
+ license = LGPL
depends = vivaldi
provides = vivaldi-ffmpeg-codecs
conflicts = vivaldi-ffmpeg-codecs
diff --git a/PKGBUILD b/PKGBUILD
index 2ce97fd57247..62b16bc1fa7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=(
"x86_64"
)
url="https://packages.ubuntu.com/zesty/amd64/chromium-codecs-ffmpeg-extra/download"
-license=('GPL')
+license=('LGPL')
depends=('vivaldi')
provides=(
'vivaldi-ffmpeg-codecs'