diff options
author | Martchus | 2025-02-04 21:54:48 +0100 |
---|---|---|
committer | Martchus | 2025-02-04 22:08:35 +0100 |
commit | b3a54015299b798bafe2371059ba0e2220e2437b (patch) | |
tree | 2740f825d230d1e76d33126947340f6270a0b2dd /PKGBUILD | |
parent | 5a35ba3f64048ec0a7a2e1fa9bf713aedbb42f61 (diff) | |
download | aur-passwordfile.tar.gz |
Fix license
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |