upgpkg: devscripts 2.21.4-1
- Version bump.
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,6 +1,6 @@
|
|||||||
pkgbase = devscripts
|
pkgbase = devscripts
|
||||||
pkgdesc = Scripts to make the life of a Debian Package maintainer easier
|
pkgdesc = Scripts to make the life of a Debian Package maintainer easier
|
||||||
pkgver = 2.21.3
|
pkgver = 2.21.4
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://tracker.debian.org/pkg/devscripts
|
url = https://tracker.debian.org/pkg/devscripts
|
||||||
arch = i686
|
arch = i686
|
||||||
@@ -33,9 +33,9 @@ pkgbase = devscripts
|
|||||||
optdepends = perl-file-touch: Required for uscan
|
optdepends = perl-file-touch: Required for uscan
|
||||||
optdepends = perl-file-dirlist: Required for uscan
|
optdepends = perl-file-dirlist: Required for uscan
|
||||||
options = !makeflags
|
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
|
source = fixes.patch
|
||||||
sha256sums = 7e50ff28b39a157ba96568a961f88c49cb9175481bd03f4f27dbe968079ef7ab
|
sha256sums = c18885e36d9c78b319001d4dbaf64e1b85bd322cfd0f62a04cc9d48550f7397f
|
||||||
sha256sums = f8e7ce50c0d008c5d38c94b93c9fc560e5dd2cc8f06eeb2909b0b1784911b768
|
sha256sums = f8e7ce50c0d008c5d38c94b93c9fc560e5dd2cc8f06eeb2909b0b1784911b768
|
||||||
|
|
||||||
pkgname = devscripts
|
pkgname = devscripts
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@@ -5,7 +5,7 @@
|
|||||||
# Contributor: JD Horelick <jdhore1@gmail.com>
|
# Contributor: JD Horelick <jdhore1@gmail.com>
|
||||||
|
|
||||||
pkgname=devscripts
|
pkgname=devscripts
|
||||||
pkgver=2.21.3
|
pkgver=2.21.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Scripts to make the life of a Debian Package maintainer easier"
|
pkgdesc="Scripts to make the life of a Debian Package maintainer easier"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
@@ -39,7 +39,7 @@ source=(
|
|||||||
"https://deb.debian.org/debian/pool/main/${pkgname:0:1}/${pkgname}/${pkgname}_${pkgver}.tar.xz"
|
"https://deb.debian.org/debian/pool/main/${pkgname:0:1}/${pkgname}/${pkgname}_${pkgver}.tar.xz"
|
||||||
fixes.patch
|
fixes.patch
|
||||||
)
|
)
|
||||||
sha256sums=('7e50ff28b39a157ba96568a961f88c49cb9175481bd03f4f27dbe968079ef7ab'
|
sha256sums=('c18885e36d9c78b319001d4dbaf64e1b85bd322cfd0f62a04cc9d48550f7397f'
|
||||||
'f8e7ce50c0d008c5d38c94b93c9fc560e5dd2cc8f06eeb2909b0b1784911b768')
|
'f8e7ce50c0d008c5d38c94b93c9fc560e5dd2cc8f06eeb2909b0b1784911b768')
|
||||||
|
|
||||||
prepare(){
|
prepare(){
|
||||||
|
|||||||
Reference in New Issue
Block a user