1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

community/biblatex: fix license name

This commit is contained in:
Sertonix 2025-07-09 13:05:59 +00:00 committed by Francesco Colista
parent 963e394949
commit f0b1f44bf2

View file

@ -2,12 +2,12 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=biblatex
pkgver=3.20
pkgrel=2
pkgrel=3
pkgdesc="Sophisticated Bibliographies in LaTeX"
url="https://www.ctan.org/pkg/biblatex"
# s390x, riscv64 and loongarch64 blocked by texlive-luatex
arch="noarch !ppc64le !s390x !riscv64 !loongarch64"
license="LPPL-1.3"
license="LPPL-1.3c"
depends="texlive-luatex"
makedepends="bash perl"
source="$pkgname-$pkgver.tar.gz::https://github.com/plk/biblatex/archive/v$pkgver.tar.gz"