upgpkg: devscripts 2.25.8-1

- Version bump.
This commit is contained in:
Giovanni Santini
2025-04-12 22:43:40 +02:00
parent 90aa2071d1
commit ed40b7b853
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = devscripts
pkgdesc = Scripts to make the life of a Debian Package maintainer easier
pkgver = 2.25.6
pkgver = 2.25.8
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.6.tar.xz
source = https://deb.debian.org/debian/pool/main/d/devscripts/devscripts_2.25.8.tar.xz
source = fixes.patch
sha256sums = 309022afff6f9b5096ac81e69b587390e06ee00489e60259070b7e7bdb2723a4
sha256sums = 902d5bedd46158f65b70cf4f27c6955498bc874e7be817d37780a7d6dc9d8c47
sha256sums = 7aef55eaf111cf2ec99f68d9a69357bd8b5f400d3260ccf99c981ab37de93b07
pkgname = devscripts

View File

@@ -6,7 +6,7 @@
# Contributor: JD Horelick <jdhore1@gmail.com>
pkgname=devscripts
pkgver=2.25.6
pkgver=2.25.8
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=('309022afff6f9b5096ac81e69b587390e06ee00489e60259070b7e7bdb2723a4'
sha256sums=('902d5bedd46158f65b70cf4f27c6955498bc874e7be817d37780a7d6dc9d8c47'
'7aef55eaf111cf2ec99f68d9a69357bd8b5f400d3260ccf99c981ab37de93b07')
prepare(){