summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaël PORTAY2023-07-14 11:09:46 +0200
committerGaël PORTAY2023-07-14 11:09:46 +0200
commite4fb881508639ecea37c7fc421150bfcbe8076a7 (patch)
tree4004297b8925ef32b671da364867dc5349078489
parent8a0be82e3dfe525f4e5e9c93c75487adec62b251 (diff)
downloadaur-e4fb881508639ecea37c7fc421150bfcbe8076a7.tar.gz
v11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bb303c176a6..5b0bb0a497a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = iamroot
pkgdesc = Emulating the syscall chroot(2) in an unpriviliged process
- pkgver = 10
+ pkgver = 11
pkgrel = 1
url = https://github.com/gportay/iamroot
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = iamroot
makedepends = git
makedepends = asciidoctor
options = !strip
- source = https://github.com/gportay/iamroot/archive/v10.tar.gz
+ source = https://github.com/gportay/iamroot/archive/v11.tar.gz
validpgpkeys = 8F3491E60E62695ED780AC672FA122CA0501CA71
- sha256sums = adbfef316c0ff07e67abce5f395146f90e90a1fad97ed419be92e3516ee8b6f3
+ sha256sums = fc8e1d618e62aed40064561e2a14f0c763e5b33d41c5f888e45042e561eddfe0
pkgname = iamroot
diff --git a/PKGBUILD b/PKGBUILD
index 139c2443799e..82286f8e71b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gaël PORTAY <gael.portay@gmail.com>
pkgname=iamroot
-pkgver=10
+pkgver=11
pkgrel=1
pkgdesc='Emulating the syscall chroot(2) in an unpriviliged process'
arch=('x86_64')
@@ -17,7 +17,7 @@ makedepends=('lib32-glibc'
checkdepends=('shellcheck')
options=('!strip')
source=("https://github.com/gportay/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('adbfef316c0ff07e67abce5f395146f90e90a1fad97ed419be92e3516ee8b6f3')
+sha256sums=('fc8e1d618e62aed40064561e2a14f0c763e5b33d41c5f888e45042e561eddfe0')
validpgpkeys=('8F3491E60E62695ED780AC672FA122CA0501CA71')
prepare() {