summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheCynicalLiger2020-06-19 17:37:31 +0100
committerTheCynicalLiger2020-06-19 17:37:31 +0100
commit465e5ee827a41384a5846049f531f1b61d2ffdfc (patch)
treed2fc7def90c47399325d643eeeb4ee1ac5e6e553
parentc60cf2554aefbf54c604272fb08ddd170eb569e9 (diff)
downloadaur-465e5ee827a41384a5846049f531f1b61d2ffdfc.tar.gz
Update Licence
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99d3abba038d..cd0542d10b23 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = i3session
pkgrel = 1
url = https://github.com/TheCynicalTeam/i3session
arch = any
- license = GPL
+ license = GNU General Public License v3.0
makedepends = git
depends = python2-xdg
depends = python-i3-py
@@ -14,4 +14,3 @@ pkgbase = i3session
md5sums = SKIP
pkgname = i3session
-
diff --git a/PKGBUILD b/PKGBUILD
index 17534693bf14..d26224d04264 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Remembers what's running in your i3 workspaces by saving a session file"
arch=('any')
url="https://github.com/TheCynicalTeam/$pkgname"
-license=('GPL')
+license=('GNU General Public License v3.0')
depends=(python2-xdg python-i3-py i3-wm xorg-xprop)
makedepends=('git')
source=("git://github.com/TheCynicalTeam/$pkgname.git")