Date: Monday, May 31, 2021 @ 07:53:12 Author: dvzrv Revision: 416869 upgpkg: mtools 1:4.0.27-1: Downgrade to 4.0.27.
The upgrade to 4.0.28 introduced a regression with mmd which affects archiso: https://bugs.archlinux.org/task/71068 The problem has been reported upstream, but no fix has been provided yet: https://lists.gnu.org/archive/html/info-mtools/2021-05/msg00020.html Modified: mtools/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-31 07:33:31 UTC (rev 416868) +++ PKGBUILD 2021-05-31 07:53:12 UTC (rev 416869) @@ -3,8 +3,9 @@ # Contributor: Tom Newsom <jeeps...@gmx.co.uk> pkgname=mtools -pkgver=4.0.28 +pkgver=4.0.27 pkgrel=1 +epoch=1 pkgdesc="A collection of utilities to access MS-DOS disks" arch=('x86_64') url="https://www.gnu.org/software/mtools/" @@ -15,9 +16,9 @@ 'libxau: required by floppyd') backup=("etc/${pkgname}.conf") source=("https://ftp.gnu.org/gnu/mtools/${pkgname}-${pkgver}.tar.bz2"{,.sig}) -sha512sums=('732aee8f83a7af0fdc4c2af75053f559357caa56eb73d46f7a2c8b13b8366d3521aff9a49c89f5896502267d96bb9176de05043934c0bf4a6bb8d46a5722571a' +sha512sums=('21072e1b6d22ea00913dbc856c5fbe1ecfbfc0207432c7632f0026ae2d9555743eb0710c86e8939a6b3183a03693b8d1297121df9d5702dd5bf6121ad240572c' 'SKIP') -b2sums=('e837aaccbd733ec7d8f305fc9748533168e25c7bd9c6fe0a0fe46c30f8bac95bdaf28d3799e4f83618aa0c302fb230a6e3e6734ed469c80b087e9006dd3a0642' +b2sums=('3044fff1896427227e4585df81c208f7580302155cf119db426cfc7a24b3d5195b560b8810613f571eed77584d47bb5125007cdcb8551b303db62ce264853776' 'SKIP') validpgpkeys=('51A23D9D7C4DF41AA48FA893E99CF5537790B839') # Alain KNAFF <al...@knaff.lu>