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

David Runge dvzrv at gemini.archlinux.org
Sun Nov 21 20:27:47 UTC 2021


    Date: Sunday, November 21, 2021 @ 20:27:46
  Author: dvzrv
Revision: 428764

upgpkg: mtools 1:4.0.36-1: Upgrade to 4.0.36.

Simplify quoting in file.

Modified:
  mtools/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-21 20:24:29 UTC (rev 428763)
+++ PKGBUILD	2021-11-21 20:27:46 UTC (rev 428764)
@@ -3,22 +3,22 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=mtools
-pkgver=4.0.35
+pkgver=4.0.36
 pkgrel=1
 epoch=1
 pkgdesc="A collection of utilities to access MS-DOS disks"
-arch=('x86_64')
+arch=(x86_64)
 url="https://www.gnu.org/software/mtools/"
-license=('GPL3')
-depends=('bash' 'glibc')
-makedepends=('libx11' 'texinfo')
+license=(GPL3)
+depends=(bash glibc)
+makedepends=(libx11 texinfo)
 optdepends=('libx11: required by floppyd'
             'libxau: required by floppyd')
 backup=("etc/${pkgname}.conf")
 source=("https://ftp.gnu.org/gnu/mtools/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha512sums=('ef563b3319285667993c82d819e08cb819a6bcd71c466fc252568996b4218cfb3731107ffcd6150ba33c0837e012e02057def41e2b011f751eaf550bfa366a10'
+sha512sums=('2425ee0e39c06ea201a5303ab09a0aa9f0c59341522e2c15abc4f079320fd3d67d28afeb2870ee508d472bba6904c542e11c02b92652c8eda1bf338bab372d07'
             'SKIP')
-b2sums=('9c1ac7f3ad3f9f13a572d0e1ea3c3a9d79bd08f0ae963c7357a19a687b74536cd8442eb167a9e50f7d22398c56736753b0d98bccdaa4c7d8427d1c09e1dd786c'
+b2sums=('753ee3e412452572b36d15805982255f28bc277764ce66a0fe8483e19a3488fbb282b873a6be85e87e82a71bf7fda517e1234e1911f0b7c3f3992e25f8d18322'
         'SKIP')
 validpgpkeys=('51A23D9D7C4DF41AA48FA893E99CF5537790B839') # Alain KNAFF <alain at knaff.lu>
 



More information about the arch-commits mailing list