upgpkg: devscripts 2.16.2-1
This commit is contained in:
8
.SRCINFO
8
.SRCINFO
@@ -1,8 +1,8 @@
|
|||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Wed Mar 16 17:27:48 UTC 2016
|
# Wed Apr 13 13:09:00 UTC 2016
|
||||||
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.16.1
|
pkgver = 2.16.2
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://packages.qa.debian.org/d/devscripts.html
|
url = http://packages.qa.debian.org/d/devscripts.html
|
||||||
install = devscripts.install
|
install = devscripts.install
|
||||||
@@ -25,9 +25,9 @@ pkgbase = devscripts
|
|||||||
depends = perl-timedate
|
depends = perl-timedate
|
||||||
optdepends = sensible-utils: for sensible alternative selection
|
optdepends = sensible-utils: for sensible alternative selection
|
||||||
options = !makeflags
|
options = !makeflags
|
||||||
source = http://ftp.debian.org/debian/pool/main/d/devscripts/devscripts_2.16.1.tar.xz
|
source = http://ftp.debian.org/debian/pool/main/d/devscripts/devscripts_2.16.2.tar.xz
|
||||||
source = fixes.patch
|
source = fixes.patch
|
||||||
md5sums = 310a0e0a7fcf21a86f3ad860124b0b60
|
md5sums = 13f69bef89b3b9c0b9f6198ce86dbf07
|
||||||
md5sums = 110857b0eb4a9dbf57a8b562d992ab33
|
md5sums = 110857b0eb4a9dbf57a8b562d992ab33
|
||||||
|
|
||||||
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.16.1
|
pkgver=2.16.2
|
||||||
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=('any')
|
arch=('any')
|
||||||
@@ -17,7 +17,7 @@ makedepends=('po4a' 'perl-timedate' 'perl-libwww' 'docbook-xsl' 'perl-file-deskt
|
|||||||
options=('!makeflags')
|
options=('!makeflags')
|
||||||
source=(http://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz fixes.patch)
|
source=(http://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz fixes.patch)
|
||||||
install='devscripts.install'
|
install='devscripts.install'
|
||||||
md5sums=('310a0e0a7fcf21a86f3ad860124b0b60'
|
md5sums=('13f69bef89b3b9c0b9f6198ce86dbf07'
|
||||||
'110857b0eb4a9dbf57a8b562d992ab33')
|
'110857b0eb4a9dbf57a8b562d992ab33')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|||||||
Reference in New Issue
Block a user