From 6c9e82b44cf67497b5d7fbc22e1e1d9aae8a7b3b Mon Sep 17 00:00:00 2001 From: Worty Date: Tue, 19 Mar 2024 22:59:08 +0100 Subject: [PATCH] v1.34 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 0fe9cae..7baeed7 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = fakeroot-tcp pkgdesc = Tool for simulating superuser privileges,with tcp ipc - pkgver = 1.33 + pkgver = 1.34 pkgrel = 1 url = https://tracker.debian.org/pkg/fakeroot install = fakeroot.install @@ -17,9 +17,9 @@ pkgbase = fakeroot-tcp depends = sed depends = util-linux depends = sh - provides = fakeroot=1.33-1 + provides = fakeroot=1.34-1 conflicts = fakeroot - source = http://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.33.orig.tar.gz - sha256sums = e157d8e5c64d3a755707791e9be93296c6d249d5c4478bf941b675d49c47757d + source = http://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.34.orig.tar.gz + sha256sums = 5727f16d8903792588efa7a9f8ef8ce71f8756e746b62e45162e7735662e56bb pkgname = fakeroot-tcp diff --git a/PKGBUILD b/PKGBUILD index b30823c..064710d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fakeroot-tcp _pkgname=fakeroot -pkgver=1.33 +pkgver=1.34 pkgrel=1 pkgdesc='Tool for simulating superuser privileges,with tcp ipc' arch=('i686' 'x86_64' 'armv7h' 'aarch64') @@ -18,7 +18,7 @@ makedepends=('po4a' 'automake' 'autoconf') provides=("${_pkgname}=${pkgver}-${pkgrel}") conflicts=("${_pkgname}") source=(http://ftp.debian.org/debian/pool/main/f/$_pkgname/${_pkgname}_${pkgver}.orig.tar.gz) -sha256sums=('e157d8e5c64d3a755707791e9be93296c6d249d5c4478bf941b675d49c47757d') +sha256sums=('5727f16d8903792588efa7a9f8ef8ce71f8756e746b62e45162e7735662e56bb') prepare() {