summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheCynicalLiger2020-12-30 21:30:13 +0000
committerTheCynicalLiger2020-12-30 21:30:13 +0000
commit3023cfc046b0042a34bfa26a668065efb511f8ad (patch)
tree506fd975e441cd4b8b6804d7104b7cc72a19146a
parent1f5ed5222eedee1f9efdf1124164ca8e04bbcf04 (diff)
downloadaur-3023cfc046b0042a34bfa26a668065efb511f8ad.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 09636952bda9..510dcb0fd310 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = multimonitorlock
url = https://github.com/TheCynicalTeam/multimonitorlock
install = multimonitorlock.install
arch = any
- license = GNU General Public License v3.0
+ license = GPL3
makedepends = git
depends = i3lock-color
depends = imagemagick
diff --git a/PKGBUILD b/PKGBUILD
index a969a7a9037a..a07a81796afd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="A simple lock script for i3lock-color"
arch=('any')
url="https://github.com/TheCynicalTeam/${pkgname}"
-license=('GNU General Public License v3.0')
+license=('GPL3')
depends=('i3lock-color' 'imagemagick' 'xorg-xrandr' 'xorg-xdpyinfo' 'bc')
optdepends=('feh: Allows setting wallpaper' 'multimonitorlock-gui: Allows the background to be changed')
makedepends=('git')