summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaël PORTAY2023-09-15 20:47:00 +0200
committerGaël PORTAY2023-09-15 20:47:00 +0200
commitd42259269372ea108a44cea5afa261087f402c2d (patch)
tree6a82b206a7b23bfee12552a3b7a04d2aa08e471f
parent212db7f74e90c2d7e152826a82d8a59c7644894a (diff)
downloadaur-d42259269372ea108a44cea5afa261087f402c2d.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 134efadb5527..19da205addb3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = iamroot-aarch64
pkgdesc = Emulating the syscall chroot(2) in an unpriviliged process (aarch64)
- pkgver = 11
+ pkgver = 12
pkgrel = 1
url = https://github.com/gportay/iamroot
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = iamroot-aarch64
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-aarch64
diff --git a/PKGBUILD b/PKGBUILD
index 23297cc5ca97..28377075d348 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gaël PORTAY <gael.portay@gmail.com>
pkgname=iamroot-aarch64
-pkgver=11
+pkgver=12
pkgrel=1
pkgdesc='Emulating the syscall chroot(2) in an unpriviliged process (aarch64)'
arch=('x86_64')
@@ -15,7 +15,7 @@ makedepends=('aarch64-linux-musl'
checkdepends=('shellcheck')
options=('!strip')
source=("https://github.com/gportay/${pkgname%-aarch64}/archive/v$pkgver.tar.gz")
-sha256sums=('fc8e1d618e62aed40064561e2a14f0c763e5b33d41c5f888e45042e561eddfe0')
+sha256sums=('8f17afcca200c309b88ed86cd6890fcba95ed83663b71dcca4ed6e2f54d749d7')
validpgpkeys=('8F3491E60E62695ED780AC672FA122CA0501CA71')
prepare() {