upgpkg: devscripts 2.25.5-1

- Version bump.
This commit is contained in:
Giovanni Santini
2025-03-02 21:34:39 +01:00
parent fb201b1395
commit deb4c249ab
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = devscripts pkgbase = devscripts
pkgdesc = Scripts to make the life of a Debian Package maintainer easier pkgdesc = Scripts to make the life of a Debian Package maintainer easier
pkgver = 2.25.1 pkgver = 2.25.5
pkgrel = 1 pkgrel = 1
url = https://tracker.debian.org/pkg/devscripts url = https://tracker.debian.org/pkg/devscripts
arch = i686 arch = i686
@@ -40,9 +40,9 @@ pkgbase = devscripts
provides = checkbashisms provides = checkbashisms
conflicts = checkbashisms conflicts = checkbashisms
options = !makeflags 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 source = fixes.patch
sha256sums = d48a66bddc6943a755173c3e25a8b9b9445ede25460af394022178243239c3ef sha256sums = ef533a030de51558ff19e80a17387074e61d9a48c70ba0e7b649571adf6d6ea7
sha256sums = f8e7ce50c0d008c5d38c94b93c9fc560e5dd2cc8f06eeb2909b0b1784911b768 sha256sums = f8e7ce50c0d008c5d38c94b93c9fc560e5dd2cc8f06eeb2909b0b1784911b768
pkgname = devscripts pkgname = devscripts

View File

@@ -6,7 +6,7 @@
# Contributor: JD Horelick <jdhore1@gmail.com> # Contributor: JD Horelick <jdhore1@gmail.com>
pkgname=devscripts pkgname=devscripts
pkgver=2.25.1 pkgver=2.25.5
pkgrel=1 pkgrel=1
pkgdesc="Scripts to make the life of a Debian Package maintainer easier" pkgdesc="Scripts to make the life of a Debian Package maintainer easier"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
@@ -46,7 +46,7 @@ source=(
"https://deb.debian.org/debian/pool/main/${pkgname:0:1}/${pkgname}/${pkgname}_${pkgver}.tar.xz" "https://deb.debian.org/debian/pool/main/${pkgname:0:1}/${pkgname}/${pkgname}_${pkgver}.tar.xz"
fixes.patch fixes.patch
) )
sha256sums=('d48a66bddc6943a755173c3e25a8b9b9445ede25460af394022178243239c3ef' sha256sums=('ef533a030de51558ff19e80a17387074e61d9a48c70ba0e7b649571adf6d6ea7'
'f8e7ce50c0d008c5d38c94b93c9fc560e5dd2cc8f06eeb2909b0b1784911b768') 'f8e7ce50c0d008c5d38c94b93c9fc560e5dd2cc8f06eeb2909b0b1784911b768')
prepare(){ prepare(){