update dependencies
This commit is contained in:
16
.SRCINFO
16
.SRCINFO
@@ -1,24 +1,22 @@
|
||||
pkgbase = debhelper
|
||||
pkgdesc = A collection of programs that can be used in a debian/rules file to automate common tasks
|
||||
pkgver = 13.11.4
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://salsa.debian.org/debian/debhelper.git/
|
||||
arch = any
|
||||
license = GPL2
|
||||
license = GPL3
|
||||
makedepends = file>=3.23
|
||||
makedepends = file
|
||||
makedepends = git
|
||||
makedepends = man-db>=2.5.1
|
||||
makedepends = po4a>=0.24
|
||||
makedepends = po4a
|
||||
depends = binutils
|
||||
depends = dpkg>=1.16.2
|
||||
depends = file>=3.23
|
||||
depends = dpkg
|
||||
depends = file
|
||||
depends = html2text
|
||||
depends = man-db>=2.5.1
|
||||
depends = man-db
|
||||
depends = perl-pod-parser
|
||||
depends = perl>=5.6.0
|
||||
depends = po-debconf
|
||||
depends = strip-nondeterminism
|
||||
depends = po-debconf
|
||||
optdepends = dh-make: convert source archives into Debian package source
|
||||
provides = dh-strip-nondeterminism
|
||||
conflicts = dh-strip-nondeterminism
|
||||
|
||||
18
PKGBUILD
18
PKGBUILD
@@ -5,7 +5,7 @@
|
||||
|
||||
pkgname=debhelper
|
||||
pkgver=13.11.4
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A collection of programs that can be used in a debian/rules file to automate common tasks"
|
||||
arch=('any')
|
||||
url="https://salsa.debian.org/debian/debhelper.git/"
|
||||
@@ -13,20 +13,20 @@ _url_dh_strip_nondeterminism="https://salsa.debian.org/reproducible-builds/strip
|
||||
license=('GPL2' 'GPL3')
|
||||
depends=(
|
||||
'binutils'
|
||||
'dpkg>=1.16.2'
|
||||
'file>=3.23'
|
||||
'dpkg'
|
||||
'file'
|
||||
'html2text'
|
||||
'man-db>=2.5.1'
|
||||
'man-db'
|
||||
'perl-pod-parser'
|
||||
'perl>=5.6.0'
|
||||
'po-debconf'
|
||||
'strip-nondeterminism'
|
||||
|
||||
# AUR
|
||||
'po-debconf'
|
||||
)
|
||||
makedepends=(
|
||||
'file>=3.23'
|
||||
'file'
|
||||
'git'
|
||||
'man-db>=2.5.1'
|
||||
'po4a>=0.24'
|
||||
'po4a'
|
||||
)
|
||||
optdepends=(
|
||||
'dh-make: convert source archives into Debian package source'
|
||||
|
||||
Reference in New Issue
Block a user