aboutsummaryrefslogtreecommitdiffstats
path: root/community/biber/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/biber/APKBUILD')
-rw-r--r--community/biber/APKBUILD15
1 files changed, 9 insertions, 6 deletions
diff --git a/community/biber/APKBUILD b/community/biber/APKBUILD
index 8a47a525b2d..66a1f2ee2f1 100644
--- a/community/biber/APKBUILD
+++ b/community/biber/APKBUILD
@@ -2,11 +2,11 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=biber
# This version should be compatible with Biblatex in community
-pkgver=2.16
-pkgrel=1
+pkgver=2.20
+pkgrel=0
pkgdesc="Backend processor for BibLaTeX"
url="https://github.com/plk/biber"
-arch="noarch"
+arch="noarch !x86 !ppc64le !s390x !riscv64" # biblatex
license="GPL-2.0"
depends="perl perl-module-build perl-config-autoconf
perl-extutils-libbuilder perl-test-differences perl-file-which
@@ -20,7 +20,8 @@ depends="perl perl-module-build perl-config-autoconf
perl-business-isbn perl-business-ismn perl-business-issn
perl-datetime-calendar-julian perl-datetime-format-builder perl-sort-key
perl-text-csv perl-text-csv_xs perl-list-moreutils-xs perl-perlio-utf8_strict perl-file-slurper
- perl-parse-recdescent perl-io-string perl-mime-charset perl-namespace-autoclean"
+ perl-parse-recdescent perl-io-string perl-mime-charset perl-namespace-autoclean
+ biblatex"
checkdepends="perl-test-simple"
makedepends="perl-dev"
subpackages="$pkgname-doc"
@@ -30,7 +31,7 @@ options="!check" # test failures on latest perl
prepare() {
default_prepare
# Disable long year tests on 32 bit
- case "$CARCH" in arm*|mips|mipsel*|x86)
+ case "$CARCH" in arm*|x86)
sed -i '/17000002/ s+.*+eq_or_diff("dummy", "dummy", "skip 32 bit");+' t/dateformats.t
;;
esac
@@ -62,4 +63,6 @@ package() {
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
-sha512sums="12b939c194e171f4e7d8e0341b6301b55be8376eab3aa3e14a72a780e5bd8f6d61fa601a95f99c9d17894b8c10a785ccc916b23593391ed00ef31e0a8c2a4662 biber-2.16.tar.gz"
+sha512sums="
+d46abe992e46be0d10d0d3b084c4ef73fece7cfb4e2ea09979acf369c3333d31d54ebb2734590ae7ec6ed6c1466e0fe619e7c91af2aac47675b20deeccd87973 biber-2.20.tar.gz
+"