quilt: update to 0.69 (#5601)

This commit is contained in:
Dirk Stolle 2025-08-27 20:16:18 +02:00 committed by GitHub
parent ece40b702b
commit 4e8b82bc00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,14 @@
# Maintainer: Renato Silva <br.renatosilva@gmail.com>
pkgname='quilt'
pkgver=0.67
pkgver=0.69
pkgrel=1
pkgdesc='Manage large numbers of patches'
url='https://savannah.nongnu.org/projects/quilt'
msys2_references=(
"anitya: 4143"
"archlinux: quilt"
"gentoo: dev-util/quilt"
)
makedepends=('autotools')
license=('GPL2+')
@ -14,7 +16,7 @@ arch=('any')
depends=(bash bzip2 diffstat diffutils findutils gawk gettext gzip patch perl)
source=("https://savannah.nongnu.org/download/quilt/${pkgname}-${pkgver}.tar.gz")
sha256sums=('3be3be0987e72a6c364678bb827e3e1fcc10322b56bc5f02b576698f55013cc2')
sha256sums=('555ddffde22da3c86d1caf5a9c1fb8a152ac2b84730437bd39cc08849c9f4852')
build() {
cd "${pkgname}-${pkgver}"