update to 12.4-systemd: diffutils-3.12

This commit is contained in:
2025-12-22 02:48:23 -05:00
parent 96ce3e4f8b
commit 1a1b271c90

View File

@@ -1,12 +1,12 @@
pkgname=diffutils pkgname=diffutils
pkgver=3.11 pkgver=3.12
pkgdesc='Utility programs used for creating patch files' pkgdesc='Utility programs used for creating patch files'
arch=('x86_64') arch=('x86_64')
homepage='https://www.gnu.org/software/diffutils' homepage='https://www.gnu.org/software/diffutils'
license=('GPL-3.0-or-later') license=('GPL-3.0-or-later')
sources=("${pkgname}-${pkgver}.tar.xz") sources=("${pkgname}-${pkgver}.tar.xz")
urls=("https://ftp.gnu.org/gnu/${pkgname}/${sources[0]}") urls=("https://ftp.gnu.org/gnu/${pkgname}/${sources[0]}")
md5sums=("75ab2bb7b5ac0e3e10cece85bd1780c2") md5sums=("d1b18b20868fb561f77861cd90b05de4")
src_prepare() { src_prepare() {
tar -xf ${distdir}/${sources[0]} --strip-components=1 tar -xf ${distdir}/${sources[0]} --strip-components=1