From deb4c249abeb55d4b698f64571730dc14aa0fd9f Mon Sep 17 00:00:00 2001 From: Giovanni Santini Date: Sun, 2 Mar 2025 21:34:39 +0100 Subject: [PATCH] upgpkg: devscripts 2.25.5-1 - Version bump. --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 809dbb7..f903ab1 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = devscripts pkgdesc = Scripts to make the life of a Debian Package maintainer easier - pkgver = 2.25.1 + pkgver = 2.25.5 pkgrel = 1 url = https://tracker.debian.org/pkg/devscripts arch = i686 @@ -40,9 +40,9 @@ pkgbase = devscripts provides = checkbashisms conflicts = checkbashisms options = !makeflags - source = https://deb.debian.org/debian/pool/main/d/devscripts/devscripts_2.25.1.tar.xz + source = https://deb.debian.org/debian/pool/main/d/devscripts/devscripts_2.25.5.tar.xz source = fixes.patch - sha256sums = d48a66bddc6943a755173c3e25a8b9b9445ede25460af394022178243239c3ef + sha256sums = ef533a030de51558ff19e80a17387074e61d9a48c70ba0e7b649571adf6d6ea7 sha256sums = f8e7ce50c0d008c5d38c94b93c9fc560e5dd2cc8f06eeb2909b0b1784911b768 pkgname = devscripts diff --git a/PKGBUILD b/PKGBUILD index 4fa7429..da18732 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ # Contributor: JD Horelick pkgname=devscripts -pkgver=2.25.1 +pkgver=2.25.5 pkgrel=1 pkgdesc="Scripts to make the life of a Debian Package maintainer easier" arch=('i686' 'x86_64') @@ -46,7 +46,7 @@ source=( "https://deb.debian.org/debian/pool/main/${pkgname:0:1}/${pkgname}/${pkgname}_${pkgver}.tar.xz" fixes.patch ) -sha256sums=('d48a66bddc6943a755173c3e25a8b9b9445ede25460af394022178243239c3ef' +sha256sums=('ef533a030de51558ff19e80a17387074e61d9a48c70ba0e7b649571adf6d6ea7' 'f8e7ce50c0d008c5d38c94b93c9fc560e5dd2cc8f06eeb2909b0b1784911b768') prepare(){