upgpkg: devscripts 2.21.1-1

- Version bump.
This commit is contained in:
Giovanni Santini
2021-03-23 21:50:45 +01:00
parent 133d3498f8
commit 0ccbc6e72b
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.20.5
pkgver = 2.21.1
pkgrel = 1
url = https://tracker.debian.org/pkg/devscripts
arch = i686
@@ -31,9 +31,9 @@ pkgbase = devscripts
depends = sensible-utils
optdepends = debian-keyring: Required for commands interacting with the system / user keyring
options = !makeflags
source = https://deb.debian.org/debian/pool/main/d/devscripts/devscripts_2.20.5.tar.xz
source = https://deb.debian.org/debian/pool/main/d/devscripts/devscripts_2.21.1.tar.xz
source = fixes.patch
sha256sums = 84fb3c433707253d1570a9620d9e9a03622cf6e2fa601bb948fb1565e4514ce6
sha256sums = d596c8894ac5777f2e3152f2ed86b22cb9b946b99ca2fb00fbe2536fc3db4c52
sha256sums = e5fef21e1d8aee3128c6499078bc2f38e8f80189b30882df817637388f1e7717
pkgname = devscripts

View File

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