diff options
author | Piotr Gorski | 2024-07-08 08:16:51 +0200 |
---|---|---|
committer | Piotr Gorski | 2024-07-08 08:16:51 +0200 |
commit | 7c948ccd0baca24867368d6619d3306410482e67 (patch) | |
tree | 1e726c0c8ce85fb24b4e658f7391df51c923f570 | |
parent | 6b182d021decff2983182ecbe2e49eb26d93f154 (diff) | |
download | aur-7c948ccd0baca24867368d6619d3306410482e67.tar.gz |
Update license
Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,10 +1,10 @@ pkgbase = sddm-git pkgdesc = The Simple Desktop Display Manager pkgver = 0.21.0.14.gae072f9 - pkgrel = 3 + pkgrel = 4 url = https://github.com/sddm/sddm arch = x86_64 - license = GPL + license = GPL-2.0-only makedepends = extra-cmake-modules makedepends = python-docutils makedepends = qt5-base @@ -4,11 +4,11 @@ _pkgbase="sddm" pkgname="$_pkgbase-git" pkgver=0.21.0.14.gae072f9 -pkgrel=3 +pkgrel=4 pkgdesc="The Simple Desktop Display Manager" arch=("x86_64") url="https://github.com/sddm/sddm" -license=("GPL") +license=("GPL-2.0-only") depends=(bash gcc-libs glibc |