summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Hesse2024-04-15 11:31:24 +0200
committerChristian Hesse2024-04-15 11:31:24 +0200
commit0cc022b684e27f3f30f57802e47a45cc446b8ae5 (patch)
tree6a468d48649dfcb5e1f1b30c6475af3f3fca584f /PKGBUILD
parentaafb80f0bd4a0cb3f054d29b4740215803365a5b (diff)
downloadaur-0cc022b684e27f3f30f57802e47a45cc446b8ae5.tar.gz
use SPDX identifier for license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83c8262ceef0..a4204a2af035 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgrel=1
pkgdesc='A web interface for git written in plain C - git checkout'
arch=('i686' 'x86_64')
url='https://git.zx2c4.com/cgit/'
-license=('GPL2')
+license=('GPL-2.0-only')
depends=('openssl' 'luajit')
makedepends=('git' 'zlib' 'curl' 'asciidoc')
optdepends=('groff: about page using man page syntax'