mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
13.30
This commit is contained in:
parent
5db3bd9b61
commit
8dbd98e400
2 changed files with 5 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.29
|
||||
pkgver = 13.30
|
||||
pkgrel = 1
|
||||
url = https://salsa.debian.org/debian/debhelper
|
||||
arch = any
|
||||
|
|
@ -10,9 +10,9 @@ pkgbase = debhelper
|
|||
depends = dpkg
|
||||
depends = perl-pod-parser
|
||||
optdepends = dh-make: convert source archives into Debian package source
|
||||
source = debhelper::git+https://salsa.debian.org/debian/debhelper.git#tag=debian/13.29
|
||||
source = debhelper::git+https://salsa.debian.org/debian/debhelper.git#tag=debian/13.30
|
||||
source = strip-nondeterminism::git+https://salsa.debian.org/reproducible-builds/strip-nondeterminism.git
|
||||
sha256sums = b9cbedda1d2e202b8883251daf0479b7a89dcd7d4837533bf5a9ef9745382bb4
|
||||
sha256sums = 7216b37670661233f5d0d421969392abd231162e856f36fa86ae30359cb189f0
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = debhelper
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
_pkgname="debhelper"
|
||||
pkgname="$_pkgname"
|
||||
pkgver=13.29
|
||||
pkgver=13.30
|
||||
pkgrel=1
|
||||
pkgdesc="Programs to automate common tasks in debian/rules when building Debian packages"
|
||||
url="https://salsa.debian.org/debian/debhelper"
|
||||
|
|
@ -31,7 +31,7 @@ source=(
|
|||
"$_pkgsrc_dh_strip_nd"::"git+https://salsa.debian.org/reproducible-builds/strip-nondeterminism.git"
|
||||
)
|
||||
sha256sums=(
|
||||
'b9cbedda1d2e202b8883251daf0479b7a89dcd7d4837533bf5a9ef9745382bb4'
|
||||
'7216b37670661233f5d0d421969392abd231162e856f36fa86ae30359cb189f0'
|
||||
'SKIP'
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue