mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
13.24.1
This commit is contained in:
parent
ec3048a566
commit
b7876ec67f
2 changed files with 7 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = debhelper
|
||||
pkgdesc = Programs to automate common tasks in debian/rules when building Debian packages
|
||||
pkgver = 13.23
|
||||
pkgver = 13.24.1
|
||||
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.23
|
||||
source = debhelper::git+https://salsa.debian.org/debian/debhelper.git#tag=debian/13.24.1
|
||||
source = strip-nondeterminism::git+https://salsa.debian.org/reproducible-builds/strip-nondeterminism.git
|
||||
sha256sums = 93d7e8dcb201c214ddda00aa83b11a69e2dbccc6084f9d051349bdc932ab03b0
|
||||
sha256sums = 7f9200e3df66b72709e833a0c3105ca8a5fec483f7b3326f7c8d410a1e64a29f
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = debhelper
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -3,9 +3,11 @@
|
|||
# Contributor: Antoine Lubineau <antoine@lubignon.info>
|
||||
# Contributor: Charles Pigott <charlespigott@googlemail.com>
|
||||
|
||||
: ${_cksum:=7f9200e3df66b72709e833a0c3105ca8a5fec483f7b3326f7c8d410a1e64a29f}
|
||||
|
||||
_pkgname="debhelper"
|
||||
pkgname="$_pkgname"
|
||||
pkgver=13.23
|
||||
pkgver=13.24.1
|
||||
pkgrel=1
|
||||
pkgdesc="Programs to automate common tasks in debian/rules when building Debian packages"
|
||||
url="https://salsa.debian.org/debian/debhelper"
|
||||
|
|
@ -27,7 +29,7 @@ optdepends=(
|
|||
_source_main() {
|
||||
_pkgsrc="$_pkgname"
|
||||
source=("$_pkgsrc"::"git+$url.git#tag=debian/$pkgver")
|
||||
sha256sums=('93d7e8dcb201c214ddda00aa83b11a69e2dbccc6084f9d051349bdc932ab03b0')
|
||||
sha256sums=("${_cksum:?}")
|
||||
}
|
||||
|
||||
_source_dh_strip_nd() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue