mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
13.25
This commit is contained in:
parent
7e275d7d62
commit
e5e56acfaa
2 changed files with 7 additions and 5 deletions
7
.SRCINFO
7
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = debhelper
|
||||
pkgdesc = Programs to automate common tasks in debian/rules when building Debian packages
|
||||
pkgver = 13.24.2
|
||||
pkgver = 13.25
|
||||
pkgrel = 1
|
||||
url = https://salsa.debian.org/debian/debhelper
|
||||
arch = any
|
||||
|
|
@ -11,9 +11,9 @@ pkgbase = debhelper
|
|||
depends = perl-pod-parser
|
||||
optdepends = dh-make: convert source archives into Debian package source
|
||||
conflicts = dh-strip-nondeterminism
|
||||
source = debhelper::git+https://salsa.debian.org/debian/debhelper.git#tag=debian/13.24.2
|
||||
source = debhelper::git+https://salsa.debian.org/debian/debhelper.git#tag=debian/13.25
|
||||
source = strip-nondeterminism::git+https://salsa.debian.org/reproducible-builds/strip-nondeterminism.git
|
||||
sha256sums = e0ca62b4e30047aa7c31391d9a96d9882beaa63af22a2fe658dda37d95458473
|
||||
sha256sums = aea3db39b218623da2e7cf995ed5cb06f8cc28ddcd31fd2818e60d3b11203d0a
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = debhelper
|
||||
|
|
@ -23,5 +23,6 @@ pkgname = debhelper
|
|||
depends = file
|
||||
depends = man-db
|
||||
depends = po-debconf
|
||||
depends = python
|
||||
depends = python-html2text
|
||||
depends = strip-nondeterminism
|
||||
|
|
|
|||
5
PKGBUILD
5
PKGBUILD
|
|
@ -3,11 +3,11 @@
|
|||
# Contributor: Antoine Lubineau <antoine@lubignon.info>
|
||||
# Contributor: Charles Pigott <charlespigott@googlemail.com>
|
||||
|
||||
: ${_cksum:=e0ca62b4e30047aa7c31391d9a96d9882beaa63af22a2fe658dda37d95458473}
|
||||
: ${_cksum:=aea3db39b218623da2e7cf995ed5cb06f8cc28ddcd31fd2818e60d3b11203d0a}
|
||||
|
||||
_pkgname="debhelper"
|
||||
pkgname="$_pkgname"
|
||||
pkgver=13.24.2
|
||||
pkgver=13.25
|
||||
pkgrel=1
|
||||
pkgdesc="Programs to automate common tasks in debian/rules when building Debian packages"
|
||||
url="https://salsa.debian.org/debian/debhelper"
|
||||
|
|
@ -54,6 +54,7 @@ package() {
|
|||
'file'
|
||||
'man-db'
|
||||
'po-debconf' # AUR
|
||||
'python'
|
||||
'python-html2text'
|
||||
'strip-nondeterminism'
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue