summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaël PORTAY2024-03-08 21:29:40 +0100
committerGaël PORTAY2024-03-08 21:29:40 +0100
commitfb71fcf26dd15a06643af6657652c24d43dda6e6 (patch)
tree72e84202acffa0e39149f12382b318a90cf38a19
parent24b9df371a58b94159ea463b956e5ec3fef406ea (diff)
downloadaur-fb71fcf26dd15a06643af6657652c24d43dda6e6.tar.gz
v20
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d81e85810ad..df7adee2eda0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = iamroot-s390x
pkgdesc = Emulating the syscall chroot(2) in an unpriviliged process (s390x)
- pkgver = 19
+ pkgver = 20
pkgrel = 1
url = https://github.com/gportay/iamroot
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = iamroot-s390x
makedepends = patchelf
makedepends = asciidoctor
options = !strip
- source = https://github.com/gportay/iamroot/archive/v19.tar.gz
+ source = https://github.com/gportay/iamroot/archive/v20.tar.gz
validpgpkeys = 8F3491E60E62695ED780AC672FA122CA0501CA71
- sha256sums = 6c55bfa952b79a0d188d7f0add2de08cd34bbe3130202da9a4c3b8d20c37b490
+ sha256sums = 27c3019135fce9359a7e7ff6abb0501108c4881e6c57609f4c14d0fb91f17eec
pkgname = iamroot-s390x
diff --git a/PKGBUILD b/PKGBUILD
index 3f9959ce53b0..446f563b3947 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gaël PORTAY <gael.portay@gmail.com>
pkgname=iamroot-s390x
-pkgver=19
+pkgver=20
pkgrel=1
pkgdesc='Emulating the syscall chroot(2) in an unpriviliged process (s390x)'
arch=('x86_64')
@@ -14,7 +14,7 @@ makedepends=('s390x-z13-glibc-bleeding-edge-toolchain'
checkdepends=('shellcheck')
options=('!strip')
source=("https://github.com/gportay/${pkgname%-s390x}/archive/v$pkgver.tar.gz")
-sha256sums=('6c55bfa952b79a0d188d7f0add2de08cd34bbe3130202da9a4c3b8d20c37b490')
+sha256sums=('27c3019135fce9359a7e7ff6abb0501108c4881e6c57609f4c14d0fb91f17eec')
validpgpkeys=('8F3491E60E62695ED780AC672FA122CA0501CA71')
prepare() {