summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit user2024-01-30 14:46:48 +0100
committergit user2024-01-30 14:46:48 +0100
commit2bc0a2ada85c9637fbaca172168244c4c56c4f81 (patch)
tree4e5300bce821d28fb9bb306033cda2a9632ff67a
parent480a07b2c4aa321b81678170a18d0ccbac0d0460 (diff)
downloadaur-2bc0a2ada85c9637fbaca172168244c4c56c4f81.tar.gz
Made License specification SPDX-compliant: `LGPL-3.0-or-later`.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f817283c840..db437e23dbd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = tizonia-all-git
pkgdesc = Command-line cloud music player and downloader for Linux with support for YouTube, SoundCloud, Plex servers, Chromecast devices and generic streams and websites.
pkgver = 0.22.0+28.r3903.20210110.a1e8f8bd
- pkgrel = 5
+ pkgrel = 6
url = https://www.tizonia.org
arch = x86_64
- license = LGPL3
+ license = LGPL-3.0-or-later
makedepends = git
makedepends = boost
makedepends = check
@@ -14,6 +14,7 @@ pkgbase = tizonia-all-git
makedepends = python-breathe
makedepends = python-recommonmark
makedepends = python-sphinx-alabaster-theme
+ makedepends = ccache
depends = boost-libs
depends = faad2
depends = hicolor-icon-theme
@@ -51,6 +52,7 @@ pkgbase = tizonia-all-git
conflicts = tizonia
conflicts = tizonia-bash-completions
conflicts = tizonia-zsh-completions
+ options = ccache
source = tizonia::git+https://github.com/tizonia/tizonia-openmax-il.git
source = fix_chromecast_placeholders_error.patch::https://github.com/tizonia/tizonia-openmax-il/files/9795320/fix_chromecast_placeholders_error.patch.txt
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3e40432e6ff4..42e51c491ad9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ _pkgname='tizonia'
_githubname="${_pkgname}-openmax-il"
pkgname="${_pkgname}-all-git"
pkgver=0.22.0+28.r3903.20210110.a1e8f8bd
-pkgrel=5
+pkgrel=6
pkgdesc="Command-line cloud music player and downloader for Linux with support for YouTube, SoundCloud, Plex servers, Chromecast devices and generic streams and websites."
arch=(
'x86_64'
)
url="https://www.tizonia.org"
-license=('LGPL3')
+license=('LGPL-3.0-or-later')
depends=(
# official repositories:
'boost-libs'