summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f817283c840..0deb83e737f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = tizonia-all-git
pkgrel = 5
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..4cddc2eb7f55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=(
'x86_64'
)
url="https://www.tizonia.org"
-license=('LGPL3')
+license=('LGPL-3.0-or-later')
depends=(
# official repositories:
'boost-libs'