Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
fakeroot
Commits:
776f5aa5 by Christian Hesse at 2026-06-08T15:08:32+02:00
upgpkg: 1:1.37.2-1: force downgrade...
... as that release is completely borked.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,8 @@
pkgbase = fakeroot
pkgdesc = Tool for simulating superuser privileges
- pkgver = 1.38.1
+ pkgver = 1.37.2
pkgrel = 1
+ epoch = 1
url = https://tracker.debian.org/pkg/fakeroot
install = fakeroot.install
arch = x86_64
@@ -15,7 +16,7 @@ pkgbase = fakeroot
depends = sed
depends = util-linux
depends = sh
- source =
git+https://salsa.debian.org/clint/fakeroot.git#tag=upstream/1.38.1
- sha256sums =
4c32e5b0acf983e36e6dabc73ac15f2ebafa7817b031acd4f1e6c80fb79c78b7
+ source =
git+https://salsa.debian.org/clint/fakeroot.git#tag=upstream/1.37.2
+ sha256sums =
07c197aa17714ea979cabaadf584afeb1e9e1862613b53250c5a9abb245a384b
pkgname = fakeroot
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,8 @@
# Contributor: Jochem Kossen <[email protected]>
pkgname=fakeroot
-pkgver=1.38.1
+epoch=1
+pkgver=1.37.2
pkgrel=1
pkgdesc='Tool for simulating superuser privileges'
arch=('x86_64')
@@ -14,15 +15,11 @@ depends=('glibc' 'filesystem' 'sed' 'util-linux' 'sh')
makedepends=('git' 'systemd' 'po4a')
checkdepends=('sharutils')
source=("git+https://salsa.debian.org/clint/fakeroot.git#tag=upstream/${pkgver}")
-sha256sums=('4c32e5b0acf983e36e6dabc73ac15f2ebafa7817b031acd4f1e6c80fb79c78b7')
+sha256sums=('07c197aa17714ea979cabaadf584afeb1e9e1862613b53250c5a9abb245a384b')
prepare() {
cd "${pkgname}"
- # Setting an xattr named 'gnu.translator' inside the build environment fails.
- # However this is unrelated to fakeroot, so let's just lilence for now.
- sed -i 's|gnu|user|' test/t.xattr2
-
autoreconf -fi
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fakeroot/-/commit/776f5aa546713fcda26ebcfabe1884e0991a3272
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fakeroot/-/commit/776f5aa546713fcda26ebcfabe1884e0991a3272
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help