summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiovanni Santini2015-07-18 19:03:02 +0200
committerGiovanni Santini2015-07-18 19:03:02 +0200
commit53ab78d634cb01147ccd0a5e2f7302f547eda246 (patch)
tree00ba84d4da01172c7a24672370ffb9027e9edaf1 /PKGBUILD
parent0448de37f6a1952b47cb43338d78ef346d12e700 (diff)
downloadaur-53ab78d634cb01147ccd0a5e2f7302f547eda246.tar.gz
Removing .install from PKGBUILD + update .SRCINFO
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5719b694cefb..c6ea99337e78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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