upgpkg: devscripts 2.23.4-1

- Version bump.
This commit is contained in:
Giovanni Santini
2023-04-14 09:32:36 +02:00
parent ea2f4f1859
commit c9b164b97e
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.23.3 pkgver = 2.23.4
pkgrel = 1 pkgrel = 1
url = https://tracker.debian.org/pkg/devscripts url = https://tracker.debian.org/pkg/devscripts
arch = i686 arch = i686
@@ -38,9 +38,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.23.3.tar.xz source = https://deb.debian.org/debian/pool/main/d/devscripts/devscripts_2.23.4.tar.xz
source = fixes.patch source = fixes.patch
sha256sums = 11309f414fdea8ffee66f032340469efb4f78077e9aaec619d5303a9ded0ba51 sha256sums = 3dc68972734c0aeb310beb35d01b83d85e445270acefd8caeda6a6fef6f6f4f3
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.23.3 pkgver=2.23.4
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')
@@ -45,7 +45,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=('11309f414fdea8ffee66f032340469efb4f78077e9aaec619d5303a9ded0ba51' sha256sums=('3dc68972734c0aeb310beb35d01b83d85e445270acefd8caeda6a6fef6f6f4f3'
'f8e7ce50c0d008c5d38c94b93c9fc560e5dd2cc8f06eeb2909b0b1784911b768') 'f8e7ce50c0d008c5d38c94b93c9fc560e5dd2cc8f06eeb2909b0b1784911b768')
prepare(){ prepare(){