Skip to content

Commit

Permalink
diffutils: Update to 3.11 (#5226)
Browse files Browse the repository at this point in the history
autoreconf is broken, so skip it
  • Loading branch information
lazka authored Feb 23, 2025
1 parent 4b7da55 commit e184f23
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions diffutils/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Maintainer: Alexey Pavlov <[email protected]>

pkgname=diffutils
pkgver=3.10
pkgver=3.11
pkgrel=1
pkgdesc="Utility programs used for creating patch files"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/diffutils"
msys2_repository_url='https://git.savannah.gnu.org/cgit/diffutils.git'
msys2_references=(
"anitya: 436"
"cpe: cpe:2.3:a:gnu:diffutils"
Expand All @@ -14,16 +15,10 @@ license=('spdx:GPL-3.0-or-later')
depends=('sh' 'libiconv' 'libintl')
makedepends=('autotools' 'gcc' 'gettext-devel' 'libiconv-devel')
source=(https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
sha256sums=('90e5e93cc724e4ebe12ede80df1634063c7a855692685919bfe60b556c9bd09e'
sha256sums=('a73ef05fe37dd585f7d87068e4a0639760419f810138bd75c61ddaa1f9e2131e'
'SKIP')
validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000BEEEE') # Jim Meyering <[email protected]>

prepare() {
cd ${srcdir}/${pkgname}-${pkgver}

autoreconf -fiv
}

build() {
cd ${srcdir}/${pkgname}-${pkgver}

Expand Down

0 comments on commit e184f23

Please sign in to comment.