summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaël PORTAY2023-09-15 20:46:47 +0200
committerGaël PORTAY2023-09-15 20:46:47 +0200
commit19b0f93a612e4fd000d74c3ea30ff8a323895e48 (patch)
treee8d3788aaea6884efed3f2cfdb21467e7a13ac91
parente4fb881508639ecea37c7fc421150bfcbe8076a7 (diff)
downloadaur-19b0f93a612e4fd000d74c3ea30ff8a323895e48.tar.gz
v12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b0bb0a497a8..d770b1c79a91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = iamroot
pkgdesc = Emulating the syscall chroot(2) in an unpriviliged process
- pkgver = 11
+ pkgver = 12
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/v11.tar.gz
+ source = https://github.com/gportay/iamroot/archive/v12.tar.gz
validpgpkeys = 8F3491E60E62695ED780AC672FA122CA0501CA71
- sha256sums = fc8e1d618e62aed40064561e2a14f0c763e5b33d41c5f888e45042e561eddfe0
+ sha256sums = 8f17afcca200c309b88ed86cd6890fcba95ed83663b71dcca4ed6e2f54d749d7
pkgname = iamroot
diff --git a/PKGBUILD b/PKGBUILD
index 82286f8e71b8..2f4bf05e618d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gaël PORTAY <gael.portay@gmail.com>
pkgname=iamroot
-pkgver=11
+pkgver=12
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=('fc8e1d618e62aed40064561e2a14f0c763e5b33d41c5f888e45042e561eddfe0')
+sha256sums=('8f17afcca200c309b88ed86cd6890fcba95ed83663b71dcca4ed6e2f54d749d7')
validpgpkeys=('8F3491E60E62695ED780AC672FA122CA0501CA71')
prepare() {