From e7c83edf5200a16789c63999c6348924b8cc5d67 Mon Sep 17 00:00:00 2001 From: Giovanni Santini Date: Thu, 23 Sep 2021 21:10:27 +0200 Subject: [PATCH] upgpkg: devscripts 2.21.4-1 - Version bump. --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 41ae206..dd7b3d3 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = devscripts pkgdesc = Scripts to make the life of a Debian Package maintainer easier - pkgver = 2.21.3 + pkgver = 2.21.4 pkgrel = 1 url = https://tracker.debian.org/pkg/devscripts arch = i686 @@ -33,9 +33,9 @@ pkgbase = devscripts optdepends = perl-file-touch: Required for uscan optdepends = perl-file-dirlist: Required for uscan options = !makeflags - source = https://deb.debian.org/debian/pool/main/d/devscripts/devscripts_2.21.3.tar.xz + source = https://deb.debian.org/debian/pool/main/d/devscripts/devscripts_2.21.4.tar.xz source = fixes.patch - sha256sums = 7e50ff28b39a157ba96568a961f88c49cb9175481bd03f4f27dbe968079ef7ab + sha256sums = c18885e36d9c78b319001d4dbaf64e1b85bd322cfd0f62a04cc9d48550f7397f sha256sums = f8e7ce50c0d008c5d38c94b93c9fc560e5dd2cc8f06eeb2909b0b1784911b768 pkgname = devscripts diff --git a/PKGBUILD b/PKGBUILD index 9d75af7..0c55e47 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ # Contributor: JD Horelick pkgname=devscripts -pkgver=2.21.3 +pkgver=2.21.4 pkgrel=1 pkgdesc="Scripts to make the life of a Debian Package maintainer easier" arch=('i686' 'x86_64') @@ -39,7 +39,7 @@ source=( "https://deb.debian.org/debian/pool/main/${pkgname:0:1}/${pkgname}/${pkgname}_${pkgver}.tar.xz" fixes.patch ) -sha256sums=('7e50ff28b39a157ba96568a961f88c49cb9175481bd03f4f27dbe968079ef7ab' +sha256sums=('c18885e36d9c78b319001d4dbaf64e1b85bd322cfd0f62a04cc9d48550f7397f' 'f8e7ce50c0d008c5d38c94b93c9fc560e5dd2cc8f06eeb2909b0b1784911b768') prepare(){