upgpkg: devscripts 2.23.1-1
- Version bump.
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,6 +1,6 @@
|
||||
pkgbase = devscripts
|
||||
pkgdesc = Scripts to make the life of a Debian Package maintainer easier
|
||||
pkgver = 2.23.0
|
||||
pkgver = 2.23.1
|
||||
pkgrel = 1
|
||||
url = https://tracker.debian.org/pkg/devscripts
|
||||
arch = i686
|
||||
@@ -36,9 +36,9 @@ pkgbase = devscripts
|
||||
optdepends = perl-ipc-run: Required for uscan
|
||||
optdepends = perl-lwp-protocol-https: Required for uscan
|
||||
options = !makeflags
|
||||
source = https://deb.debian.org/debian/pool/main/d/devscripts/devscripts_2.23.0.tar.xz
|
||||
source = https://deb.debian.org/debian/pool/main/d/devscripts/devscripts_2.23.1.tar.xz
|
||||
source = fixes.patch
|
||||
sha256sums = 564eb0d251fc2c76c4008c8fb38652d23d08fc24db98976d07a0d19997c10142
|
||||
sha256sums = 54eb392b18818460e56c052e40602bc9a1ba33c5349a58017c57b1d312b3ed9a
|
||||
sha256sums = f8e7ce50c0d008c5d38c94b93c9fc560e5dd2cc8f06eeb2909b0b1784911b768
|
||||
|
||||
pkgname = devscripts
|
||||
|
||||
4
PKGBUILD
4
PKGBUILD
@@ -5,7 +5,7 @@
|
||||
# Contributor: JD Horelick <jdhore1@gmail.com>
|
||||
|
||||
pkgname=devscripts
|
||||
pkgver=2.23.0
|
||||
pkgver=2.23.1
|
||||
pkgrel=1
|
||||
pkgdesc="Scripts to make the life of a Debian Package maintainer easier"
|
||||
arch=('i686' 'x86_64')
|
||||
@@ -42,7 +42,7 @@ source=(
|
||||
"https://deb.debian.org/debian/pool/main/${pkgname:0:1}/${pkgname}/${pkgname}_${pkgver}.tar.xz"
|
||||
fixes.patch
|
||||
)
|
||||
sha256sums=('564eb0d251fc2c76c4008c8fb38652d23d08fc24db98976d07a0d19997c10142'
|
||||
sha256sums=('54eb392b18818460e56c052e40602bc9a1ba33c5349a58017c57b1d312b3ed9a'
|
||||
'f8e7ce50c0d008c5d38c94b93c9fc560e5dd2cc8f06eeb2909b0b1784911b768')
|
||||
|
||||
prepare(){
|
||||
|
||||
Reference in New Issue
Block a user