From 5046df475d00754d5682470d7517433066899854 Mon Sep 17 00:00:00 2001 From: Giovanni Santini Date: Fri, 13 May 2016 15:03:42 +0200 Subject: [PATCH] upgpkg: devscripts 2.16.4-1 --- .SRCINFO | 8 ++++---- .gitignore | 1 + PKGBUILD | 9 +++------ 3 files changed, 8 insertions(+), 10 deletions(-) create mode 100644 .gitignore diff --git a/.SRCINFO b/.SRCINFO index d8d5919..9796590 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Wed Apr 13 13:09:00 UTC 2016 +# Fri May 13 13:03:42 UTC 2016 pkgbase = devscripts pkgdesc = Scripts to make the life of a Debian Package maintainer easier - pkgver = 2.16.2 + pkgver = 2.16.4 pkgrel = 1 url = http://packages.qa.debian.org/d/devscripts.html install = devscripts.install @@ -25,9 +25,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.16.2.tar.xz + source = http://ftp.debian.org/debian/pool/main/d/devscripts/devscripts_2.16.4.tar.xz source = fixes.patch - md5sums = 13f69bef89b3b9c0b9f6198ce86dbf07 + md5sums = 42e31c40bf2ff83340e2e616c01e6757 md5sums = 110857b0eb4a9dbf57a8b562d992ab33 pkgname = devscripts diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3f9cfaf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +deps diff --git a/PKGBUILD b/PKGBUILD index ef54333..3e15347 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,11 +1,11 @@ -# Maintainer: +# Maintainer: Giovanni 'ItachiSan' Santini # Contributor: Jochen Schalanda # Contributor: Charles Pigott # Contributor: André Klitzing # Contributor: JD Horelick pkgname=devscripts -pkgver=2.16.2 +pkgver=2.16.4 pkgrel=1 pkgdesc="Scripts to make the life of a Debian Package maintainer easier" arch=('any') @@ -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=('13f69bef89b3b9c0b9f6198ce86dbf07' +md5sums=('42e31c40bf2ff83340e2e616c01e6757' '110857b0eb4a9dbf57a8b562d992ab33') build() { @@ -35,7 +35,4 @@ package() { cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir install - - # Dirty fix for duplicates - rm $pkgdir/usr/share/bash-completion/completions/bts }