From 3e3d86032a23b05314ffa5a77531795c61bcdf43 Mon Sep 17 00:00:00 2001 From: kth5 Date: Tue, 17 Dec 2024 23:49:42 +0100 Subject: [PATCH] * update debootstrap to 1.0.138-1 --- debootstrap/.SRCINFO | 6 +++--- debootstrap/PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/debootstrap/.SRCINFO b/debootstrap/.SRCINFO index fc85ee09eb..fc4178446f 100644 --- a/debootstrap/.SRCINFO +++ b/debootstrap/.SRCINFO @@ -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 diff --git a/debootstrap/PKGBUILD b/debootstrap/PKGBUILD index cc0010a9f6..8a9e2ff718 100644 --- a/debootstrap/PKGBUILD +++ b/debootstrap/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Felix Yan 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() {