* update debootstrap to 1.0.138-1

This commit is contained in:
Alexander Baldeck 2024-12-17 23:49:42 +01:00
parent 4a4faa7681
commit 3e3d86032a
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
pkgbase = debootstrap
pkgdesc = Bootstrap a basic Debian system
pkgver = 1.0.137
pkgver = 1.0.138
pkgrel = 1
url = https://tracker.debian.org/pkg/debootstrap
arch = any
@ -13,9 +13,9 @@ pkgbase = debootstrap
optdepends = debian-archive-keyring: check release signatures for Debian
optdepends = debian-ports-archive-keyring: check release signatures for Debian Ports
optdepends = ubuntu-keyring: check release signatures for Ubuntu
source = git+https://salsa.debian.org/installer-team/debootstrap.git#tag=1.0.137
source = git+https://salsa.debian.org/installer-team/debootstrap.git#tag=1.0.138
source = arch-detect.patch
sha512sums = 7eb537510c6b05751a413ef32d255f7479dbbccc6702e503ecf00d71cfa17e225981fb6f04c851f5ec9b162df8631d29e3dd75789d0c3d63493375b179496986
sha512sums = 5d9320c9b759d65b878b711cb8c397daa1d8761bbaf177d635356d4272fcf61097ba3b28db48da91d3136d515cba5b0b1550aa196659ed6aa97b83803f6929fe
sha512sums = b1fdff6142326c2a5075e457181a85cb2a37848c777f128f4c0eb3740980784d25d4f143a76b97c90ef252463cc5d8bd0797b2544c27b6dd8e05a6258a6b0c02
pkgname = debootstrap

View File

@ -2,7 +2,7 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=debootstrap
pkgver=1.0.137
pkgver=1.0.138
pkgrel=1
pkgdesc="Bootstrap a basic Debian system"
arch=(any)
@ -16,7 +16,7 @@ optdepends=('gnupg: check release signatures'
'debian-archive-keyring: check release signatures for Debian'
'debian-ports-archive-keyring: check release signatures for Debian Ports'
'ubuntu-keyring: check release signatures for Ubuntu')
sha512sums=('7eb537510c6b05751a413ef32d255f7479dbbccc6702e503ecf00d71cfa17e225981fb6f04c851f5ec9b162df8631d29e3dd75789d0c3d63493375b179496986'
sha512sums=('5d9320c9b759d65b878b711cb8c397daa1d8761bbaf177d635356d4272fcf61097ba3b28db48da91d3136d515cba5b0b1550aa196659ed6aa97b83803f6929fe'
'fce304545bb9dd5fc024b836237588baaac64365c715c464b03fdc0077062dfc151184c6f575a5f64c332ea9396cc7bffbd0ffccee01804b4471391d0ea39b89')
prepare() {
@ -28,7 +28,7 @@ prepare() {
sed -i 's|export PATH|export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"|' debootstrap
# Detect Architecture
#patch -p0 -i ../arch-detect.patch
patch -p1 -i ../arch-detect.patch
}
package() {