summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Santini2015-10-18 13:07:03 +0200
committerGiovanni Santini2015-10-18 13:07:03 +0200
commitfdf5bbc7f2a1f052b547d3a7cc816ea2c2b14a61 (patch)
tree012bce3c4ddf2d60a2e0d3d8a29440cedf6cd477
parent70b420090cd32ec29e3881419802e68993e973af (diff)
downloadaur-fdf5bbc7f2a1f052b547d3a7cc816ea2c2b14a61.tar.gz
upgpkg: devscripts 2.15.9-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a95bbb21950..bbbe02d33c89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = devscripts
pkgdesc = Scripts to make the life of a Debian Package maintainer easier
- pkgver = 2.15.8
- pkgrel = 2
+ pkgver = 2.15.9
+ pkgrel = 1
url = http://packages.qa.debian.org/d/devscripts.html
install = devscripts.install
arch = any
@@ -23,9 +23,9 @@ pkgbase = devscripts
depends = perl-timedate
optdepends = sensible-utils: for sensible alternative selection
options = !makeflags
- source = http://ftp.debian.org/debian/pool/main/d/devscripts/devscripts_2.15.8.tar.xz
+ source = http://ftp.debian.org/debian/pool/main/d/devscripts/devscripts_2.15.9.tar.xz
source = fixes.patch
- md5sums = 38aa190b6978be31bfe4a15eefc54633
+ md5sums = ee374a77adb4c7e782e2a6a79f64a66d
md5sums = 046df590290194cb1e47a0fe9cc37d83
pkgname = devscripts
diff --git a/PKGBUILD b/PKGBUILD
index 0a23749bf11f..34fafb497185 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: JD Horelick <jdhore1@gmail.com>
pkgname=devscripts
-pkgver=2.15.8
-pkgrel=2
+pkgver=2.15.9
+pkgrel=1
pkgdesc="Scripts to make the life of a Debian Package maintainer easier"
arch=('any')
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')
source=(http://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz fixes.patch)
install='devscripts.install'
-md5sums=('38aa190b6978be31bfe4a15eefc54633'
+md5sums=('ee374a77adb4c7e782e2a6a79f64a66d'
'046df590290194cb1e47a0fe9cc37d83')
build() {