* update fakeroot to 1.36.2-1
This commit is contained in:
parent
4d9bdb59f2
commit
3f700a6c5a
@ -1,7 +1,7 @@
|
||||
pkgbase = fakeroot
|
||||
pkgdesc = Tool for simulating superuser privileges
|
||||
pkgver = 1.36
|
||||
pkgrel = 1.2
|
||||
pkgver = 1.36.2
|
||||
pkgrel = 1
|
||||
url = https://tracker.debian.org/pkg/fakeroot
|
||||
install = fakeroot.install
|
||||
arch = x86_64
|
||||
@ -19,7 +19,11 @@ pkgbase = fakeroot
|
||||
depends = sed
|
||||
depends = util-linux
|
||||
depends = sh
|
||||
source = git+https://salsa.debian.org/clint/fakeroot.git#tag=upstream/1.36
|
||||
sha256sums = 41895b87a7ae1625014fb7e4a6e43dccab7dcd5ce902b45455b679d17b3cd206
|
||||
source = git+https://salsa.debian.org/clint/fakeroot.git#tag=upstream/1.36.2
|
||||
source = fakeroot-no64.patch
|
||||
source = fakeroot-stdint.patch
|
||||
sha256sums = 56a72fe80bce0456acd24f168db77b2c624b65e6d2f6b2af2a426135b3115ec2
|
||||
sha256sums = 3420da0789caef582fcfc890c657da4136b3b06d1205443f4409cdf85ab02a46
|
||||
sha256sums = 8739c0b79c3f2b0e46cd0dffa8b73d946efbe994f61f69f7d1115c2dcec22df1
|
||||
|
||||
pkgname = fakeroot
|
||||
|
@ -4,8 +4,8 @@
|
||||
# Contributor: Jochem Kossen <j.kossen@home.nl>
|
||||
|
||||
pkgname=fakeroot
|
||||
pkgver=1.36
|
||||
pkgrel=1.3
|
||||
pkgver=1.36.2
|
||||
pkgrel=1
|
||||
pkgdesc='Tool for simulating superuser privileges'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
license=('GPL-3.0-or-later')
|
||||
@ -17,7 +17,7 @@ checkdepends=('sharutils')
|
||||
source=("git+https://salsa.debian.org/clint/fakeroot.git#tag=upstream/${pkgver}"
|
||||
fakeroot-no64.patch
|
||||
fakeroot-stdint.patch)
|
||||
sha256sums=('41895b87a7ae1625014fb7e4a6e43dccab7dcd5ce902b45455b679d17b3cd206'
|
||||
sha256sums=('56a72fe80bce0456acd24f168db77b2c624b65e6d2f6b2af2a426135b3115ec2'
|
||||
'3420da0789caef582fcfc890c657da4136b3b06d1205443f4409cdf85ab02a46'
|
||||
'8739c0b79c3f2b0e46cd0dffa8b73d946efbe994f61f69f7d1115c2dcec22df1')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user