upgpkg: devscripts 2.20.5-1

- Version bump.
This commit is contained in:
Giovanni Santini
2020-12-06 11:08:09 +01:00
parent 0b7ebf4e59
commit 133d3498f8
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.4
pkgver = 2.20.5
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.4.tar.xz
source = https://deb.debian.org/debian/pool/main/d/devscripts/devscripts_2.20.5.tar.xz
source = fixes.patch
sha256sums = f94fe99c1e70443d9e2dcd58c1e530c182840a8b890c5f9a4f0d4af3bf521b9c
sha256sums = 84fb3c433707253d1570a9620d9e9a03622cf6e2fa601bb948fb1565e4514ce6
sha256sums = e5fef21e1d8aee3128c6499078bc2f38e8f80189b30882df817637388f1e7717
pkgname = devscripts

View File

@@ -5,7 +5,7 @@
# Contributor: JD Horelick <jdhore1@gmail.com>
pkgname=devscripts
pkgver=2.20.4
pkgver=2.20.5
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=('f94fe99c1e70443d9e2dcd58c1e530c182840a8b890c5f9a4f0d4af3bf521b9c'
sha256sums=('84fb3c433707253d1570a9620d9e9a03622cf6e2fa601bb948fb1565e4514ce6'
'e5fef21e1d8aee3128c6499078bc2f38e8f80189b30882df817637388f1e7717')
prepare(){