upgpkg: devscripts 2.23.2-1
- Version bump.
This commit is contained in:
8
.SRCINFO
8
.SRCINFO
@@ -1,7 +1,7 @@
|
||||
pkgbase = devscripts
|
||||
pkgdesc = Scripts to make the life of a Debian Package maintainer easier
|
||||
pkgver = 2.23.1
|
||||
pkgrel = 3
|
||||
pkgver = 2.23.2
|
||||
pkgrel = 1
|
||||
url = https://tracker.debian.org/pkg/devscripts
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
@@ -38,9 +38,9 @@ pkgbase = devscripts
|
||||
provides = checkbashisms
|
||||
conflicts = checkbashisms
|
||||
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
|
||||
sha256sums = 54eb392b18818460e56c052e40602bc9a1ba33c5349a58017c57b1d312b3ed9a
|
||||
sha256sums = d526c10e7324f695d47161847aafbb200653073d7310fc3e4015eee68e08ced1
|
||||
sha256sums = f8e7ce50c0d008c5d38c94b93c9fc560e5dd2cc8f06eeb2909b0b1784911b768
|
||||
|
||||
pkgname = devscripts
|
||||
|
||||
6
PKGBUILD
6
PKGBUILD
@@ -6,8 +6,8 @@
|
||||
# Contributor: JD Horelick <jdhore1@gmail.com>
|
||||
|
||||
pkgname=devscripts
|
||||
pkgver=2.23.1
|
||||
pkgrel=3
|
||||
pkgver=2.23.2
|
||||
pkgrel=1
|
||||
pkgdesc="Scripts to make the life of a Debian Package maintainer easier"
|
||||
arch=('i686' 'x86_64')
|
||||
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"
|
||||
fixes.patch
|
||||
)
|
||||
sha256sums=('54eb392b18818460e56c052e40602bc9a1ba33c5349a58017c57b1d312b3ed9a'
|
||||
sha256sums=('d526c10e7324f695d47161847aafbb200653073d7310fc3e4015eee68e08ced1'
|
||||
'f8e7ce50c0d008c5d38c94b93c9fc560e5dd2cc8f06eeb2909b0b1784911b768')
|
||||
|
||||
prepare(){
|
||||
|
||||
Reference in New Issue
Block a user