summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-20 13:17:49 -0700
committerMark Wagie2024-01-20 13:17:49 -0700
commit1291e744fb257a6a2a6b7eee0e1cef1b0ad7fd54 (patch)
treec9506212edf420a46dc5113c863561c2a8889d0f
parentdff3a6ea6d313b126ddfc9242383d9970e16881a (diff)
downloadaur-1291e744fb257a6a2a6b7eee0e1cef1b0ad7fd54.tar.gz
use SPDX license identifiers
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e65015f5f4bb..20c85e5c327a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,8 +4,7 @@ pkgbase = arrowdl
pkgrel = 1
url = https://www.arrow-dl.com/ArrowDL
arch = x86_64
- license = LGPL3
- license = CC BY-SA 3.0
+ license = LGPL-3.0-or-later AND CC-BY-SA-3.0
makedepends = boost
makedepends = cmake
makedepends = qt6-tools
diff --git a/PKGBUILD b/PKGBUILD
index f126b18716c8..a63c614fc2ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="A mass download manager that helps you to select, organize, prioritize and run your downloads in parallel."
arch=('x86_64')
url="https://www.arrow-dl.com/ArrowDL"
-license=('LGPL3' 'CC BY-SA 3.0')
+license=('LGPL-3.0-or-later AND CC-BY-SA-3.0')
depends=('libtorrent-rasterbar' 'qt6-base' 'yt-dlp')
makedepends=('boost' 'cmake' 'qt6-tools')
conflicts=('downzemall')