Removing .install from PKGBUILD + update .SRCINFO

This commit is contained in:
Giovanni Santini
2015-07-18 19:03:02 +02:00
parent 0448de37f6
commit 53ab78d634
2 changed files with 8 additions and 11 deletions

View File

@@ -6,7 +6,7 @@
pkgname=devscripts
pkgver=2.15.5
pkgrel=1
pkgrel=2
pkgdesc="Scripts to make the life of a Debian Package maintainer easier"
arch=('any')
url="http://packages.qa.debian.org/d/devscripts.html"
@@ -15,11 +15,10 @@ depends=('dpkg' 'wget' 'sed' 'perl' 'debianutils' 'debhelper')
optdepends=('sensible-utils: for sensible alternative selection')
makedepends=('po4a' 'perl-timedate' 'perl-libwww' 'docbook-xsl' 'perl-file-desktopentry' 'perl-file-basedir' 'perl-parse-debcontrol' 'python-setuptools')
options=('!makeflags')
source=(http://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz fixes.patch devscripts.install)
source=(http://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz fixes.patch)
install='devscripts.install'
md5sums=('dbcf6ba9a619f698a2136099ecb4f1af'
'046df590290194cb1e47a0fe9cc37d83'
'5ca9e31b6cbe4f32115dedd3a2c2d5b0')
'046df590290194cb1e47a0fe9cc37d83')
build() {
cd $srcdir/$pkgname-$pkgver