[arch-commits] Commit in biber/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Mon May 24 11:44:08 UTC 2021


    Date: Monday, May 24, 2021 @ 11:44:08
  Author: foutrelis
Revision: 944692

Fix build with Perl 5.34; include pkgname in srcname

Modified:
  biber/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-24 11:41:12 UTC (rev 944691)
+++ PKGBUILD	2021-05-24 11:44:08 UTC (rev 944692)
@@ -45,10 +45,12 @@
               'texlive-latexextra')
 options=('!emptydirs')
 # The sourceforge tarball is missing bblxml.pm
-source=("https://github.com/plk/biber/archive/v${pkgver}.tar.gz"
+source=("https://github.com/plk/biber/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
+        "${pkgname}-unicode-collate-1.29.patch::https://github.com/plk/biber/commit/d5cdbe1f50e1.patch"
         "test.tex"
         "test.bib")
 sha512sums=('34a1856ada40eba205cc1b6f504da8cf40d628abc1a17826b9160b70f8f02d36ee3a3075e690f493fb354b70ba11a72d44a96054b8c25ae08122f2417f289b93'
+            '95d4920817c4ef6e97ef1f6921a25b3cefd8cb984830c6b0dec8c5656ac92543c21fff3b3bb71d8771a40178590faed98fee5a9fd93cf3515d42a96c957f5262'
             '06babeb4ec2fd76b8a339070eb208c3c8c16665a085e4674ef3b61b3816d4408ca636b925fabe467adc5c32bf8eeb23d357f7ef979ac0a1722dc7f91142ec541'
             '68a00e41f200b8e24a674538b6581b88f84daef38a765790c1781365329203f60f4461a56dfa092bf336cc00c8801df1ee85f60d86fd384a8c039f913bdeeb2d')
 
@@ -55,6 +57,8 @@
 prepare() {
   cd "${srcdir}/biber-${pkgver}"
 
+  patch -Np1 -i ../${pkgname}-unicode-collate-1.29.patch
+
   mkdir -p "test"
   cp "${srcdir}"/test.{tex,bib} test/
 }



More information about the arch-commits mailing list