aboutsummaryrefslogtreecommitdiffstats
path: root/community/biber/APKBUILD
diff options
context:
space:
mode:
authorMike Sullivan <mksully22@gmail.com>2019-05-09 22:56:41 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-05-10 04:56:54 +0000
commit64d5182f7410eb336a9527d5ba770ab77908733d (patch)
treeaa7c7c54617aa5a7633c596438c7cc6a055770a4 /community/biber/APKBUILD
parent3cfa6527b751a209a3bd5c685bfd473fdc73011e (diff)
downloadaports-64d5182f7410eb336a9527d5ba770ab77908733d.tar.bz2
aports-64d5182f7410eb336a9527d5ba770ab77908733d.tar.xz
community/biber: fix sortinihash values to match perl-unicode-collate
Diffstat (limited to 'community/biber/APKBUILD')
-rw-r--r--community/biber/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/biber/APKBUILD b/community/biber/APKBUILD
index b16310e0d7..a467a187c1 100644
--- a/community/biber/APKBUILD
+++ b/community/biber/APKBUILD
@@ -3,7 +3,7 @@
pkgname=biber
# This version should be compatible with Biblatex in testing
pkgver=2.12
-pkgrel=0
+pkgrel=1
pkgdesc="Backend processor for BibLaTeX"
url="https://github.com/plk/biber"
arch="noarch"
@@ -23,7 +23,8 @@ depends="perl perl-module-build perl-config-autoconf
checkdepends="perl-test-simple"
makedepends="perl-dev"
subpackages="$pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/plk/biber/archive/v${pkgver}.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/plk/biber/archive/v${pkgver}.tar.gz
+ fix-sortinithash-unicode-collate.patch"
builddir="$srcdir/$pkgname-$pkgver"
prepare() {
@@ -65,4 +66,5 @@ package() {
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
-sha512sums="72f1a05224dc2735b32e92ac376d392fb631bf788a15de449471fdc5a94182ad4434ce71f95281e4cfc3a06cd275d2ff98e526d540c2979cd3e0dfa15b5c75ff biber-2.12.tar.gz"
+sha512sums="72f1a05224dc2735b32e92ac376d392fb631bf788a15de449471fdc5a94182ad4434ce71f95281e4cfc3a06cd275d2ff98e526d540c2979cd3e0dfa15b5c75ff biber-2.12.tar.gz
+fb09766b549605868bc972d4cce30748c1364cb8780fd97f2c000d8148197877642d9b7546e8e88837b95ec2fb80b4dcd9567500d12016b92c8254504387ada2 fix-sortinithash-unicode-collate.patch"