[arch-commits] Commit in biber/trunk (PKGBUILD)
Rémy Oudompheng
remy at archlinux.org
Sun Oct 23 18:52:25 UTC 2016
Date: Sunday, October 23, 2016 @ 18:52:24
Author: remy
Revision: 193115
upgpkg: biber 2.6-1
Upstream update.
Modified:
biber/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-23 18:51:50 UTC (rev 193114)
+++ PKGBUILD 2016-10-23 18:52:24 UTC (rev 193115)
@@ -2,7 +2,7 @@
# Maintainer: Rémy Oudompheng <remy at archlinux.org>
pkgname=biber
-pkgver=2.5 # for biblatex 3.4
+pkgver=2.6 # for biblatex 3.5
pkgrel=1
pkgdesc="A Unicode-capable BibTeX replacement for biblatex users"
arch=('any')
@@ -17,7 +17,8 @@
'perl-data-compare'
'perl-data-dump'
'perl-data-uniqid'
- 'perl-date-simple'
+ 'perl-datetime-calendar-julian'
+ 'perl-datetime-format-builder'
'perl-file-slurp'
'perl-io-string' # required by Biber::Output::bblxml
'perl-ipc-run3'
@@ -27,7 +28,9 @@
'perl-lwp-protocol-https'
'perl-mozilla-ca'
'perl-regexp-common'
+ 'perl-sort-key'
'perl-text-bibtex'
+ 'perl-text-csv'
'perl-text-roman'
'perl-unicode-linebreak'
'perl-xml-libxml-simple'
@@ -39,7 +42,7 @@
options=('!emptydirs')
# The sourceforge tarball is missing bblxml.pm
source=("https://github.com/plk/biber/archive/v${pkgver}.tar.gz")
-sha1sums=('c4cd1b49171f1a0ac9a58b2b651b9de3ea540cf0')
+sha1sums=('18c13ec60e1daceeadf8bf558398d8eb22cb375f')
build() {
cd "${srcdir}/biber-${pkgver}"
More information about the arch-commits
mailing list