mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
13.28
This commit is contained in:
parent
d1beeee06b
commit
7314af21d8
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.26
|
||||
pkgver = 13.28
|
||||
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.26
|
||||
source = debhelper::git+https://salsa.debian.org/debian/debhelper.git#tag=debian/13.28
|
||||
source = strip-nondeterminism::git+https://salsa.debian.org/reproducible-builds/strip-nondeterminism.git
|
||||
sha256sums = 5ee8275f007862574bff5655902b8faf1bf834a7ffadb1bb19a508500229c737
|
||||
sha256sums = bceb828f78479fc038124946f24829603d976cf10788b523f4b1674d3915df23
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = debhelper
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
_pkgname="debhelper"
|
||||
pkgname="$_pkgname"
|
||||
pkgver=13.26
|
||||
pkgver=13.28
|
||||
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=(
|
||||
'5ee8275f007862574bff5655902b8faf1bf834a7ffadb1bb19a508500229c737'
|
||||
'bceb828f78479fc038124946f24829603d976cf10788b523f4b1674d3915df23'
|
||||
'SKIP'
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue