This commit is contained in:
joborun linux 2023-07-14 15:43:58 +03:00
parent c748fbe937
commit 8a05a892b7
2 changed files with 5 additions and 7 deletions

View file

@ -6,7 +6,7 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=fakeroot
pkgver=1.32
pkgver=1.32.1
pkgrel=01
pkgdesc='Tool for simulating superuser privileges w/o systemd'
url='https://tracker.debian.org/pkg/fakeroot'
@ -53,9 +53,7 @@ arch=(x86_64)
license=('GPL')
sha256sums=(a54f460202c65a4b5fbb8cd5540451972ebb89ca64d5da3541f7ba57cf3dacd9) # fakeroot_1.32.orig.tar.gz
sha256sums=(c072b0f65bafc4cc5b6112f7c61185f5170ce4cb0c410d1681c1af4a183e94e6) # fakeroot_1.32.1.orig.tar.gz
## 08759a1bba081f7183e32d4e9712225a9cc545a059be91b33c6fa0f7cb471302 fakeroot-1.32-01-x86_64.pkg.tar.lz
## 69bbbf07d6a66a0b568e95fad8c1fdb4d662be8c288da1781c36f7f247f5cb82 fakeroot-1.32.1-01-x86_64.pkg.tar.lz
08759a1bba081f7183e32d4e9712225a9cc545a059be91b33c6fa0f7cb471302 fakeroot-1.32-01-x86_64.pkg.tar.lz
a54f460202c65a4b5fbb8cd5540451972ebb89ca64d5da3541f7ba57cf3dacd9 fakeroot_1.32.orig.tar.gz

View file

@ -3,7 +3,7 @@
# Contributor: Jochem Kossen <j.kossen@home.nl>
pkgname=fakeroot
pkgver=1.32
pkgver=1.32.1
pkgrel=1
pkgdesc='Tool for simulating superuser privileges'
arch=('x86_64')
@ -14,7 +14,7 @@ depends=('glibc' 'filesystem' 'sed' 'util-linux' 'sh')
makedepends=('systemd' 'po4a')
checkdepends=('sharutils')
source=("https://deb.debian.org/debian/pool/main/f/$pkgname/${pkgname}_${pkgver}.orig.tar.gz")
sha256sums=('a54f460202c65a4b5fbb8cd5540451972ebb89ca64d5da3541f7ba57cf3dacd9')
sha256sums=('c072b0f65bafc4cc5b6112f7c61185f5170ce4cb0c410d1681c1af4a183e94e6')
build() {
cd $pkgname-$pkgver