summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Santini2015-07-18 19:03:02 +0200
committerGiovanni Santini2015-07-18 19:03:02 +0200
commit53ab78d634cb01147ccd0a5e2f7302f547eda246 (patch)
tree00ba84d4da01172c7a24672370ffb9027e9edaf1
parent0448de37f6a1952b47cb43338d78ef346d12e700 (diff)
downloadaur-53ab78d634cb01147ccd0a5e2f7302f547eda246.tar.gz
Removing .install from PKGBUILD + update .SRCINFO
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1e925889159..8a0de7f2bbaf 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.4
- pkgrel = 1
+ pkgver = 2.15.5
+ pkgrel = 2
url = http://packages.qa.debian.org/d/devscripts.html
install = devscripts.install
arch = any
@@ -22,12 +22,10 @@ pkgbase = devscripts
depends = debhelper
optdepends = sensible-utils: for sensible alternative selection
options = !makeflags
- source = http://ftp.debian.org/debian/pool/main/d/devscripts/devscripts_2.15.4.tar.xz
+ source = http://ftp.debian.org/debian/pool/main/d/devscripts/devscripts_2.15.5.tar.xz
source = fixes.patch
- source = devscripts.install
- md5sums = 940e520d057b68fa565f15f057e73d52
- md5sums = 8a1a9315dabe0403c92938680319eae6
- md5sums = 5ca9e31b6cbe4f32115dedd3a2c2d5b0
+ md5sums = dbcf6ba9a619f698a2136099ecb4f1af
+ md5sums = 046df590290194cb1e47a0fe9cc37d83
pkgname = devscripts
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