summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgit user2024-01-30 14:44:02 +0100
committergit user2024-01-30 14:44:02 +0100
commitabffbf2285ff7cb494d58f231549d66b0a03a12e (patch)
tree887ebf66779422f7692a0fa4dcceb88c96157dc0
parentedc475bd520dad5d50c7f94aa89fa67f57885745 (diff)
downloadaur-abffbf2285ff7cb494d58f231549d66b0a03a12e.tar.gz
Revert "Changed license to SPDX-compliant `LGPL-3.0-or-later`."
This reverts commit e7ed4345979f872a4e9f1ff7fb85b7c63d3d1f01.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fecd98420e34..04531ff45792 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = tizonia-all-git
pkgrel = 6
url = https://www.tizonia.org
arch = x86_64
- license = LGPL-3.0-or-later
+ license = LGPL3
makedepends = git
makedepends = boost
makedepends = check
@@ -14,7 +14,6 @@ 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
@@ -52,7 +51,6 @@ 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
source = use-taglib1.patch
diff --git a/PKGBUILD b/PKGBUILD
index f50a2d550e97..3fa5ff41ed42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=(
'x86_64'
)
url="https://www.tizonia.org"
-license=('LGPL-3.0-or-later')
+license=('LGPL3')
depends=(
# official repositories:
'boost-libs'