summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorty2023-07-21 18:17:26 +0200
committerWorty2023-07-21 18:17:26 +0200
commit5a7ab4297b63a17f0b7c60b101482a67f87c8f5a (patch)
treeb129916e039ba33d3417f34e8475485b3c1c6a22
parent0b16e58db4a1a560fa0c25ee453dd6730f270b6e (diff)
downloadaur-5a7ab4297b63a17f0b7c60b101482a67f87c8f5a.tar.gz
v1.32.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cd37be7f0a4..4a69904fdd59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fakeroot-tcp
pkgdesc = Tool for simulating superuser privileges,with tcp ipc
- pkgver = 1.31
+ pkgver = 1.32.1
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.31-1
+ provides = fakeroot=1.32.1-1
conflicts = fakeroot
- source = http://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.31.orig.tar.gz
- sha256sums = 63886d41e11c56c7170b9d9331cca086421b350d257338ef14daad98f77e202f
+ source = http://ftp.debian.org/debian/pool/main/f/fakeroot/fakeroot_1.32.1.orig.tar.gz
+ sha256sums = c072b0f65bafc4cc5b6112f7c61185f5170ce4cb0c410d1681c1af4a183e94e6
pkgname = fakeroot-tcp
diff --git a/PKGBUILD b/PKGBUILD
index f3226962ef47..888ab094a385 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=fakeroot-tcp
_pkgname=fakeroot
-pkgver=1.31
+pkgver=1.32.1
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=('63886d41e11c56c7170b9d9331cca086421b350d257338ef14daad98f77e202f')
+sha256sums=('c072b0f65bafc4cc5b6112f7c61185f5170ce4cb0c410d1681c1af4a183e94e6')
prepare() {