upgpkg: devscripts 2.16.4-1
This commit is contained in:
9
PKGBUILD
9
PKGBUILD
@@ -1,11 +1,11 @@
|
||||
# Maintainer: <giovannisantini93@yahoo.it>
|
||||
# Maintainer: Giovanni 'ItachiSan' Santini <giovannisantini93@yahoo.it>
|
||||
# Contributor: Jochen Schalanda <jochen+aur@schalanda.name>
|
||||
# Contributor: Charles Pigott <charlespigott@googlemail.com>
|
||||
# Contributor: André Klitzing <aklitzing@online.de>
|
||||
# Contributor: JD Horelick <jdhore1@gmail.com>
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user