summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2024-01-17 13:44:16 +0100
committerKlaus Alexander Seistrup2024-01-17 13:44:16 +0100
commite56b891c4851063914d3d4975c84e115d8cc657f (patch)
treedbeb97c784c29c7b9075f7dc1a2b5c3dad9746d4 /PKGBUILD
parent130527875ef18582f7cc5d0058f61b7600136a06 (diff)
downloadaur-e56b891c4851063914d3d4975c84e115d8cc657f.tar.gz
Make licenses field SPDX compatible
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 56ca4ade5da4..59fdca178c8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname='simplex-chat-bin'
_pkgname="${pkgname%%-bin}"
epoch=1
pkgver=5.4.3
-pkgrel=2
+pkgrel=3
pkgdesc='A 100% private-by-design chat platform for the command-line (pre-compiled)'
arch=('x86_64')
_platform='ubuntu-22_04-x86-64'
@@ -21,7 +21,7 @@ source=(
'logo-symbol-light.svg'
'simplex-chat.desktop'
)
-license=('AGPL3')
+license=('AGPL-3.0-or-later') # SPDX-License-Identifier: AGPL-3.0-or-later
depends=(
'glibc'
'gmp'