upgpkg: devscripts 2.21.1-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.20.5
|
pkgver = 2.21.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://tracker.debian.org/pkg/devscripts
|
url = https://tracker.debian.org/pkg/devscripts
|
||||||
arch = i686
|
arch = i686
|
||||||
@@ -31,9 +31,9 @@ pkgbase = devscripts
|
|||||||
depends = sensible-utils
|
depends = sensible-utils
|
||||||
optdepends = debian-keyring: Required for commands interacting with the system / user keyring
|
optdepends = debian-keyring: Required for commands interacting with the system / user keyring
|
||||||
options = !makeflags
|
options = !makeflags
|
||||||
source = https://deb.debian.org/debian/pool/main/d/devscripts/devscripts_2.20.5.tar.xz
|
source = https://deb.debian.org/debian/pool/main/d/devscripts/devscripts_2.21.1.tar.xz
|
||||||
source = fixes.patch
|
source = fixes.patch
|
||||||
sha256sums = 84fb3c433707253d1570a9620d9e9a03622cf6e2fa601bb948fb1565e4514ce6
|
sha256sums = d596c8894ac5777f2e3152f2ed86b22cb9b946b99ca2fb00fbe2536fc3db4c52
|
||||||
sha256sums = e5fef21e1d8aee3128c6499078bc2f38e8f80189b30882df817637388f1e7717
|
sha256sums = e5fef21e1d8aee3128c6499078bc2f38e8f80189b30882df817637388f1e7717
|
||||||
|
|
||||||
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.20.5
|
pkgver=2.21.1
|
||||||
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')
|
||||||
@@ -37,7 +37,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=('84fb3c433707253d1570a9620d9e9a03622cf6e2fa601bb948fb1565e4514ce6'
|
sha256sums=('d596c8894ac5777f2e3152f2ed86b22cb9b946b99ca2fb00fbe2536fc3db4c52'
|
||||||
'e5fef21e1d8aee3128c6499078bc2f38e8f80189b30882df817637388f1e7717')
|
'e5fef21e1d8aee3128c6499078bc2f38e8f80189b30882df817637388f1e7717')
|
||||||
|
|
||||||
prepare(){
|
prepare(){
|
||||||
|
|||||||
Reference in New Issue
Block a user