summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheCynicalLiger2020-12-30 21:30:50 +0000
committerTheCynicalLiger2020-12-30 21:30:50 +0000
commit7fabcabdb00d0781571a886d53a9c957099d2cbe (patch)
treeb6587c5e3d9fc352cfa0972634f853d966d849b8
parent034f542478b82c8571596ceecb4ad3b07dfaa16d (diff)
downloadaur-7fabcabdb00d0781571a886d53a9c957099d2cbe.tar.gz
Licenses
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e072f6cfdb9..a71c3e10b7a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = pyfetch
pkgrel = 1
url = https://github.com/TheCynicalTeam/pyfetch
arch = any
- license = GNU General Public License v3.0
+ license = GPL3
depends = gtk3
depends = python-gputil
source = https://github.com/TheCynicalTeam/pyfetch/archive/2020.11.09-1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 4be32eebfe3e..2617217b8db8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='neofetch rewritten in python'
arch=('any')
url="https://github.com/TheCynicalTeam/$pkgname"
-license=('GNU General Public License v3.0')
+license=('GPL3')
depends=('gtk3' 'python-gputil')
source=("${pkgname}-$pkgver-$pkgrel.tar.gz::${url}/archive/$pkgver-$pkgrel.tar.gz")
sha256sums=('SKIP')