diff options
author | Martchus | 2024-09-22 22:22:30 +0200 |
---|---|---|
committer | Martchus | 2024-09-22 22:22:30 +0200 |
commit | 9923fcff849c3ad2b2cdee1a8d2053639a95d606 (patch) | |
tree | a3bbad0a09ebe93782b92c409508f0b68b553f4f /PKGBUILD | |
parent | 17a401bb3944f62da9c73c9ce625d086636229a0 (diff) | |
download | aur-9923fcff849c3ad2b2cdee1a8d2053639a95d606.tar.gz |
Improve a few details
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ pkgver=0.2.1 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='Library that bundles ForkAwesome for use within Qt applications' -license=('GPL') +license=(GPL-2-or-later) depends=('qt5-base') makedepends=('cmake' 'ninja' 'qtutilities' 'perl-yaml-libyaml' 'qt5-declarative') optdepends=( |