summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2025-02-04 21:54:48 +0100
committerMartchus2025-02-04 22:08:35 +0100
commitb3a54015299b798bafe2371059ba0e2220e2437b (patch)
tree2740f825d230d1e76d33126947340f6270a0b2dd /PKGBUILD
parent5a35ba3f64048ec0a7a2e1fa9bf713aedbb42f61 (diff)
downloadaur-passwordfile.tar.gz
Fix license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7edb41ae3c4a..6c2ebc531ae0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgver=5.0.12
pkgrel=1
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
pkgdesc='C++ library to read/write passwords from/to encrypted files using AES-256-CBC via OpenSSL'
-license=(GPL-2-or-later)
+license=(GPL-2.0-or-later)
depends=('c++utilities' 'openssl' 'zlib')
optdepends=("$pkgname-doc: API documentation")
makedepends=('cmake' 'ninja')