summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fe881aaa9c1..b562ae057c92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,11 +5,7 @@ pkgbase = brewtarget
url = https://github.com/Brewtarget/brewtarget/
arch = x86_64
arch = i686
- license = CCPL:by-sa
- license = GPL3
- license = LGPL2.1
- license = LGPL3
- license = WTFPL-2
+ license = GPL-3.0-or-later AND WTFPL AND (CC-BY-SA-3.0 OR LGPL-3.0-or-later) AND LGPL-2.1-only
makedepends = boost
makedepends = cmake
makedepends = meson
diff --git a/PKGBUILD b/PKGBUILD
index 441bc6001710..d84658ab3376 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=2
pkgdesc="Beer calculator compatible with BeerSmith. Generates instructions from the recipe and interactive mash designer."
url="https://github.com/Brewtarget/brewtarget/"
arch=('x86_64' 'i686')
-license=('CCPL:by-sa' 'GPL3' 'LGPL2.1' 'LGPL3' 'WTFPL-2')
+license=('GPL-3.0-or-later AND WTFPL AND (CC-BY-SA-3.0 OR LGPL-3.0-or-later) AND LGPL-2.1-only')
depends=('qt5-base' 'qt5-multimedia' 'qt5-svg' 'xalan-c' 'xerces-c')
makedepends=('boost' 'cmake' 'meson' 'ninja' 'pandoc' 'qt5-tools')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/Brewtarget/brewtarget/archive/refs/tags/v${pkgver}.tar.gz")