summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaël PORTAY2023-11-15 23:51:23 -0500
committerGaël PORTAY2023-11-15 23:51:23 -0500
commit5ee6becb1b2d8f4a93697b01ff245791e427ca3b (patch)
treee42e48730aac983981a9c36606a72715f6d3c7d3
parent51a357209f5e67d04ab858040d6e78437ffd8ea1 (diff)
downloadaur-5ee6becb1b2d8f4a93697b01ff245791e427ca3b.tar.gz
v14
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a854fa61bfb..ea692f33f6e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = iamroot
pkgdesc = Emulating the syscall chroot(2) in an unpriviliged process
- pkgver = 13
+ pkgver = 14
pkgrel = 1
url = https://github.com/gportay/iamroot
arch = x86_64
@@ -12,10 +12,11 @@ pkgbase = iamroot
makedepends = musl
makedepends = kernel-headers-musl
makedepends = git
+ makedepends = patchelf
makedepends = asciidoctor
options = !strip
- source = https://github.com/gportay/iamroot/archive/v13.tar.gz
+ source = https://github.com/gportay/iamroot/archive/v14.tar.gz
validpgpkeys = 8F3491E60E62695ED780AC672FA122CA0501CA71
- sha256sums = fc12143995b08c28a09e28a45062b1f41caf21b8bc5dbc4b552c338f6f8d74a5
+ sha256sums = 4ea344b21249225c1852271f4983d72351df1516eacaae2042f663cbc55d48e7
pkgname = iamroot
diff --git a/PKGBUILD b/PKGBUILD
index f4e746fbe2dd..f777b596d4bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gaël PORTAY <gael.portay@gmail.com>
pkgname=iamroot
-pkgver=13
+pkgver=14
pkgrel=1
pkgdesc='Emulating the syscall chroot(2) in an unpriviliged process'
arch=('x86_64')
@@ -13,11 +13,12 @@ makedepends=('lib32-glibc'
'musl'
'kernel-headers-musl'
'git'
+ 'patchelf'
'asciidoctor')
checkdepends=('shellcheck')
options=('!strip')
source=("https://github.com/gportay/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('fc12143995b08c28a09e28a45062b1f41caf21b8bc5dbc4b552c338f6f8d74a5')
+sha256sums=('4ea344b21249225c1852271f4983d72351df1516eacaae2042f663cbc55d48e7')
validpgpkeys=('8F3491E60E62695ED780AC672FA122CA0501CA71')
prepare() {