Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / lib32-fakeroot
Commits: ec77ea84 by Christian Hesse at 2026-06-16T23:25:23+02:00 upgpkg: 1:1.37.2-2: build from my historical archive https://gitlab.archlinux.org/archlinux/packaging/packages/fakeroot/-/commit/1e1223c02fff030c7b49a72c13d09d004d4a0859 https://gitlab.archlinux.org/archlinux/packaging/packages/fakeroot/-/work_items/6 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = lib32-fakeroot pkgdesc = Tool for simulating superuser privileges (32-bit) pkgver = 1.37.2 - pkgrel = 1 + pkgrel = 2 epoch = 1 url = https://tracker.debian.org/pkg/fakeroot install = fakeroot.install @@ -11,7 +11,7 @@ pkgbase = lib32-fakeroot makedepends = po4a depends = lib32-glibc depends = fakeroot - source = git+https://salsa.debian.org/clint/fakeroot.git#tag=upstream/1.37.2 - sha256sums = 07c197aa17714ea979cabaadf584afeb1e9e1862613b53250c5a9abb245a384b + source = fakeroot-archive::git+https://github.com/eworm-de/fakeroot.git#tag=upstream/1.37.2-2026-01-17 + sha256sums = 46f44681cc939dd3f127761717830c0bfa72e1568191d4df071ae297013591e3 pkgname = lib32-fakeroot ===================================== PKGBUILD ===================================== @@ -7,7 +7,7 @@ _pkgbasename=fakeroot pkgname=lib32-${_pkgbasename} epoch=1 pkgver=1.37.2 -pkgrel=1 +pkgrel=2 pkgdesc='Tool for simulating superuser privileges (32-bit)' arch=('x86_64') license=('GPL-3.0-or-later') @@ -15,10 +15,13 @@ url="https://tracker.debian.org/pkg/fakeroot" install=fakeroot.install depends=('lib32-glibc' "$_pkgbasename") makedepends=('git' 'po4a') -source=("git+https://salsa.debian.org/clint/fakeroot.git#tag=upstream/${pkgver}") -sha256sums=('07c197aa17714ea979cabaadf584afeb1e9e1862613b53250c5a9abb245a384b') +# Build from my mirror with original commit and historical tags +# unter upstream manages to do a proper release... +source=("fakeroot-archive::git+https://github.com/eworm-de/fakeroot.git#tag=upstream/${pkgver}-2026-01-17") +sha256sums=('46f44681cc939dd3f127761717830c0bfa72e1568191d4df071ae297013591e3') prepare() { + ln -s fakeroot-archive fakeroot cd "${_pkgbasename}" autoreconf -fi View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-fakeroot/-/commit/ec77ea8414cf3ba2c37c279310e76bbde473a3bd -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-fakeroot/-/commit/ec77ea8414cf3ba2c37c279310e76bbde473a3bd 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
