summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaël PORTAY2023-11-15 23:52:14 -0500
committerGaël PORTAY2023-11-15 23:52:14 -0500
commit18698920903a027f01dd90adce09668245b3cb85 (patch)
tree4805a9b35082541b4933a2fe19bf029fb2e9d2a9
parent4fc829de2898c2a542d542198524bfcbe4be4e3d (diff)
downloadaur-18698920903a027f01dd90adce09668245b3cb85.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 8f8a864e29cc..b5afef3fdbe3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = iamroot-arm
pkgdesc = Emulating the syscall chroot(2) in an unpriviliged process (arm)
- pkgver = 13
+ pkgver = 14
pkgrel = 1
url = https://github.com/gportay/iamroot
arch = x86_64
@@ -9,10 +9,11 @@ pkgbase = iamroot-arm
makedepends = armv5-eabi-glibc-bleeding-edge-toolchain
makedepends = armv5-eabi-musl-bleeding-edge-toolchain
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-arm
diff --git a/PKGBUILD b/PKGBUILD
index e3f1b9ec9d9c..6a46535ada2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gaël PORTAY <gael.portay@gmail.com>
pkgname=iamroot-arm
-pkgver=13
+pkgver=14
pkgrel=1
pkgdesc='Emulating the syscall chroot(2) in an unpriviliged process (arm)'
arch=('x86_64')
@@ -10,11 +10,12 @@ license=('GPL')
makedepends=('armv5-eabi-glibc-bleeding-edge-toolchain'
'armv5-eabi-musl-bleeding-edge-toolchain'
'git'
+ 'patchelf'
'asciidoctor')
checkdepends=('shellcheck')
options=('!strip')
source=("https://github.com/gportay/${pkgname%-arm}/archive/v$pkgver.tar.gz")
-sha256sums=('fc12143995b08c28a09e28a45062b1f41caf21b8bc5dbc4b552c338f6f8d74a5')
+sha256sums=('4ea344b21249225c1852271f4983d72351df1516eacaae2042f663cbc55d48e7')
validpgpkeys=('8F3491E60E62695ED780AC672FA122CA0501CA71')
prepare() {