upgpkg: devscripts 2.23.2-1

- Version bump.
This commit is contained in:
Giovanni Santini
2023-02-20 16:35:28 +01:00
parent 63f137d82f
commit 4cd57213d3
2 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
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.1 pkgver = 2.23.2
pkgrel = 3 pkgrel = 1
url = https://tracker.debian.org/pkg/devscripts url = https://tracker.debian.org/pkg/devscripts
arch = i686 arch = i686
arch = x86_64 arch = x86_64
@@ -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.1.tar.xz source = https://deb.debian.org/debian/pool/main/d/devscripts/devscripts_2.23.2.tar.xz
source = fixes.patch source = fixes.patch
sha256sums = 54eb392b18818460e56c052e40602bc9a1ba33c5349a58017c57b1d312b3ed9a sha256sums = d526c10e7324f695d47161847aafbb200653073d7310fc3e4015eee68e08ced1
sha256sums = f8e7ce50c0d008c5d38c94b93c9fc560e5dd2cc8f06eeb2909b0b1784911b768 sha256sums = f8e7ce50c0d008c5d38c94b93c9fc560e5dd2cc8f06eeb2909b0b1784911b768
pkgname = devscripts pkgname = devscripts

View File

@@ -6,8 +6,8 @@
# Contributor: JD Horelick <jdhore1@gmail.com> # Contributor: JD Horelick <jdhore1@gmail.com>
pkgname=devscripts pkgname=devscripts
pkgver=2.23.1 pkgver=2.23.2
pkgrel=3 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')
url="https://tracker.debian.org/pkg/devscripts" url="https://tracker.debian.org/pkg/devscripts"
@@ -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=('54eb392b18818460e56c052e40602bc9a1ba33c5349a58017c57b1d312b3ed9a' sha256sums=('d526c10e7324f695d47161847aafbb200653073d7310fc3e4015eee68e08ced1'
'f8e7ce50c0d008c5d38c94b93c9fc560e5dd2cc8f06eeb2909b0b1784911b768') 'f8e7ce50c0d008c5d38c94b93c9fc560e5dd2cc8f06eeb2909b0b1784911b768')
prepare(){ prepare(){