summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcaltlgin2020-06-07 06:51:44 +1200
committercaltlgin2020-06-07 06:51:44 +1200
commit8863f6562fb5f986df76b79a61bf9f209ea3fb12 (patch)
treeb5c274cd127135ce425dd054531fd49f220e9328
parent03992b01d3e28ed5f7303a6aa02889d13c2e6bc6 (diff)
downloadaur-8863f6562fb5f986df76b79a61bf9f209ea3fb12.tar.gz
Fix licence
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb6d3ef062ba..7181b9733393 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = papirus-filezilla-themes
pkgrel = 1
url = https://github.com/PapirusDevelopmentTeam/papirus-filezilla-themes
arch = any
- license = MIT
+ license = GPL3
depends = filezilla
provides = papirus-filezilla-themes
conflicts = papirus-filezilla-themes
diff --git a/PKGBUILD b/PKGBUILD
index f5fa5db24883..bd36fcf0da93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Papirus icon theme for Filezilla"
arch=('any')
url="https://github.com/PapirusDevelopmentTeam/${pkgname}"
-license=('MIT')
+license=('GPL3')
source=("https://github.com/PapirusDevelopmentTeam/${pkgname}/archive/${pkgver}.tar.gz")
depends=('filezilla')
provides=("${pkgname}")