Update version up to 2.15.8

This commit is contained in:
Giovanni Santini
2015-08-27 23:34:31 +02:00
parent 53ab78d634
commit e3877d2032
2 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
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.15.5 pkgver = 2.15.8
pkgrel = 2 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
arch = any arch = any
@@ -22,9 +22,9 @@ pkgbase = devscripts
depends = debhelper depends = debhelper
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.15.5.tar.xz source = http://ftp.debian.org/debian/pool/main/d/devscripts/devscripts_2.15.8.tar.xz
source = fixes.patch source = fixes.patch
md5sums = dbcf6ba9a619f698a2136099ecb4f1af md5sums = 38aa190b6978be31bfe4a15eefc54633
md5sums = 046df590290194cb1e47a0fe9cc37d83 md5sums = 046df590290194cb1e47a0fe9cc37d83
pkgname = devscripts pkgname = devscripts

View File

@@ -5,8 +5,8 @@
# Contributor: JD Horelick <jdhore1@gmail.com> # Contributor: JD Horelick <jdhore1@gmail.com>
pkgname=devscripts pkgname=devscripts
pkgver=2.15.5 pkgver=2.15.8
pkgrel=2 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')
url="http://packages.qa.debian.org/d/devscripts.html" url="http://packages.qa.debian.org/d/devscripts.html"
@@ -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=('dbcf6ba9a619f698a2136099ecb4f1af' md5sums=('38aa190b6978be31bfe4a15eefc54633'
'046df590290194cb1e47a0fe9cc37d83') '046df590290194cb1e47a0fe9cc37d83')
build() { build() {