Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
fakeroot
Commits:
f4eb3b9e by Christian Hesse at 2025-03-26T00:34:11+01:00
upgpkg: 1.37.1.1-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = fakeroot
pkgdesc = Tool for simulating superuser privileges
- pkgver = 1.37.1
+ pkgver = 1.37.1.1
pkgrel = 1
url = https://tracker.debian.org/pkg/fakeroot
install = fakeroot.install
@@ -15,7 +15,7 @@ pkgbase = fakeroot
depends = sed
depends = util-linux
depends = sh
- source =
git+https://salsa.debian.org/clint/fakeroot.git#tag=upstream/1.37.1
- sha256sums =
569df5378c91ff5b2e360bccfa307ac6e33b3694570fdbe0f2f15115366f1842
+ source =
git+https://salsa.debian.org/clint/fakeroot.git#tag=upstream/1.37.1.1
+ sha256sums =
092a98669bdce20bbe72ba9cb737bb5ad6f638706fa9715328c3259fb0dc94cb
pkgname = fakeroot
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Jochem Kossen <[email protected]>
pkgname=fakeroot
-pkgver=1.37.1
+pkgver=1.37.1.1
pkgrel=1
pkgdesc='Tool for simulating superuser privileges'
arch=('x86_64')
@@ -14,7 +14,7 @@ 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=('569df5378c91ff5b2e360bccfa307ac6e33b3694570fdbe0f2f15115366f1842')
+sha256sums=('092a98669bdce20bbe72ba9cb737bb5ad6f638706fa9715328c3259fb0dc94cb')
prepare() {
cd "${pkgname}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fakeroot/-/commit/f4eb3b9ebb283a04438c382e5dfeef93fa06a0c0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fakeroot/-/commit/f4eb3b9ebb283a04438c382e5dfeef93fa06a0c0
You're receiving this email because of your account on gitlab.archlinux.org.