upgpkg: devscripts 2.18.3-1
- Version bump - Consistent identation
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,8 +1,8 @@
|
||||
pkgbase = devscripts
|
||||
pkgdesc = Scripts to make the life of a Debian Package maintainer easier
|
||||
pkgver = 2.17.12
|
||||
pkgver = 2.18.3
|
||||
pkgrel = 1
|
||||
url = http://packages.qa.debian.org/d/devscripts.html
|
||||
url = https://tracker.debian.org/pkg/devscripts
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
@@ -29,7 +29,7 @@ pkgbase = devscripts
|
||||
depends = perl-timedate
|
||||
optdepends = sensible-utils: for sensible alternative selection
|
||||
options = !makeflags
|
||||
source = devscripts::git+https://anonscm.debian.org/git/collab-maint/devscripts.git#tag=v2.17.12
|
||||
source = devscripts::git+https://anonscm.debian.org/git/collab-maint/devscripts.git#tag=v2.18.3
|
||||
source = fixes.patch
|
||||
sha256sums = SKIP
|
||||
sha256sums = e5fef21e1d8aee3128c6499078bc2f38e8f80189b30882df817637388f1e7717
|
||||
|
||||
4
PKGBUILD
4
PKGBUILD
@@ -5,11 +5,11 @@
|
||||
# Contributor: JD Horelick <jdhore1@gmail.com>
|
||||
|
||||
pkgname=devscripts
|
||||
pkgver=2.17.12
|
||||
pkgver=2.18.3
|
||||
pkgrel=1
|
||||
pkgdesc="Scripts to make the life of a Debian Package maintainer easier"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://packages.qa.debian.org/d/devscripts.html"
|
||||
url="https://tracker.debian.org/pkg/devscripts"
|
||||
license=('GPL2')
|
||||
depends=('dpkg' 'wget' 'sed' 'perl' 'debianutils' 'debhelper' 'perl-timedate')
|
||||
optdepends=('sensible-utils: for sensible alternative selection')
|
||||
|
||||
Reference in New Issue
Block a user