summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaël PORTAY2023-10-11 08:27:06 +0200
committerGaël PORTAY2023-10-11 08:27:06 +0200
commit4fc829de2898c2a542d542198524bfcbe4be4e3d (patch)
tree261f44d7b8f45dcefe7550da86329a02322e9390
parent9161342de3e64f87dd6c577bf7523ac42231648b (diff)
downloadaur-4fc829de2898c2a542d542198524bfcbe4be4e3d.tar.gz
v13
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD9
2 files changed, 12 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d770b1c79a91..8f8a864e29cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,18 @@
-pkgbase = iamroot
- pkgdesc = Emulating the syscall chroot(2) in an unpriviliged process
- pkgver = 12
+pkgbase = iamroot-arm
+ pkgdesc = Emulating the syscall chroot(2) in an unpriviliged process (arm)
+ pkgver = 13
pkgrel = 1
url = https://github.com/gportay/iamroot
arch = x86_64
license = GPL
checkdepends = shellcheck
- makedepends = lib32-glibc
- makedepends = i386-musl
- makedepends = kernel-headers-musl-i386
- makedepends = musl
- makedepends = kernel-headers-musl
+ makedepends = armv5-eabi-glibc-bleeding-edge-toolchain
+ makedepends = armv5-eabi-musl-bleeding-edge-toolchain
makedepends = git
makedepends = asciidoctor
options = !strip
- source = https://github.com/gportay/iamroot/archive/v12.tar.gz
+ source = https://github.com/gportay/iamroot/archive/v13.tar.gz
validpgpkeys = 8F3491E60E62695ED780AC672FA122CA0501CA71
- sha256sums = 8f17afcca200c309b88ed86cd6890fcba95ed83663b71dcca4ed6e2f54d749d7
+ sha256sums = fc12143995b08c28a09e28a45062b1f41caf21b8bc5dbc4b552c338f6f8d74a5
-pkgname = iamroot
+pkgname = iamroot-arm
diff --git a/PKGBUILD b/PKGBUILD
index 7911c1c66c2c..e3f1b9ec9d9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,20 @@
# Maintainer: Gaël PORTAY <gael.portay@gmail.com>
pkgname=iamroot-arm
-pkgver=12
+pkgver=13
pkgrel=1
pkgdesc='Emulating the syscall chroot(2) in an unpriviliged process (arm)'
arch=('x86_64')
url="https://github.com/gportay/${pkgname%-arm}"
license=('GPL')
-makedepends=('arm-musl'
- 'arm-linux-gnueabi-gcc'
- 'kernel-headers-musl-arm'
+makedepends=('armv5-eabi-glibc-bleeding-edge-toolchain'
+ 'armv5-eabi-musl-bleeding-edge-toolchain'
'git'
'asciidoctor')
checkdepends=('shellcheck')
options=('!strip')
source=("https://github.com/gportay/${pkgname%-arm}/archive/v$pkgver.tar.gz")
-sha256sums=('8f17afcca200c309b88ed86cd6890fcba95ed83663b71dcca4ed6e2f54d749d7')
+sha256sums=('fc12143995b08c28a09e28a45062b1f41caf21b8bc5dbc4b552c338f6f8d74a5')
validpgpkeys=('8F3491E60E62695ED780AC672FA122CA0501CA71')
prepare() {