upgpkg: devscripts 2.24.10-1

- Version bump.
This commit is contained in:
Giovanni Santini
2025-01-07 15:43:01 +01:00
parent 5b0fd2e328
commit 744ec02e1b
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.24.5
pkgver = 2.24.10
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.24.5.tar.xz
source = https://deb.debian.org/debian/pool/main/d/devscripts/devscripts_2.24.10.tar.xz
source = fixes.patch
sha256sums = 4d7abb27cd3f3f5017dc001ec7371673ccfb52440b1ed24268334bb469941248
sha256sums = a76b4c5fa773bc96486ff54d98a83e43889347099251ac6110af10875da5a847
sha256sums = f8e7ce50c0d008c5d38c94b93c9fc560e5dd2cc8f06eeb2909b0b1784911b768
pkgname = devscripts

View File

@@ -6,7 +6,7 @@
# Contributor: JD Horelick <jdhore1@gmail.com>
pkgname=devscripts
pkgver=2.24.5
pkgver=2.24.10
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=('4d7abb27cd3f3f5017dc001ec7371673ccfb52440b1ed24268334bb469941248'
sha256sums=('a76b4c5fa773bc96486ff54d98a83e43889347099251ac6110af10875da5a847'
'f8e7ce50c0d008c5d38c94b93c9fc560e5dd2cc8f06eeb2909b0b1784911b768')
prepare(){