summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaël PORTAY2023-10-11 08:19:23 +0200
committerGaël PORTAY2023-10-11 08:19:23 +0200
commit38646586cd763b965c4d449085eb3fcd03732b32 (patch)
tree8f716e2d7f32f7a0ca66f718ebb41f1cd5288c6d
parent89c2417c603f4e5f62170d2a8836e6a17410f9e2 (diff)
downloadaur-38646586cd763b965c4d449085eb3fcd03732b32.tar.gz
v13
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD13
2 files changed, 11 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2edc37e97a4d..9310e104934c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,18 @@
pkgbase = iamroot-armhf
pkgdesc = Emulating the syscall chroot(2) in an unpriviliged process (armhf)
- pkgver = 12
+ pkgver = 13
pkgrel = 1
url = https://github.com/gportay/iamroot
arch = x86_64
license = GPL
checkdepends = shellcheck
- makedepends = armhf-musl
- makedepends = arm-linux-gnueabihf-gcc
- makedepends = kernel-headers-musl-armhf
+ makedepends = armv7-eabihf-glibc-bleeding-edge-toolchain
+ makedepends = armv7-eabihf-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-armhf
diff --git a/PKGBUILD b/PKGBUILD
index 14f879e33c36..767859dfbea7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,20 @@
# Maintainer: Gaël PORTAY <gael.portay@gmail.com>
pkgname=iamroot-armhf
-pkgver=12
+pkgver=13
pkgrel=1
pkgdesc='Emulating the syscall chroot(2) in an unpriviliged process (armhf)'
arch=('x86_64')
url="https://github.com/gportay/${pkgname%-armhf}"
license=('GPL')
-makedepends=('armhf-musl'
- 'arm-linux-gnueabihf-gcc'
- 'kernel-headers-musl-armhf'
+makedepends=('armv7-eabihf-glibc-bleeding-edge-toolchain'
+ 'armv7-eabihf-musl-bleeding-edge-toolchain'
'git'
'asciidoctor')
checkdepends=('shellcheck')
options=('!strip')
source=("https://github.com/gportay/${pkgname%-armhf}/archive/v$pkgver.tar.gz")
-sha256sums=('8f17afcca200c309b88ed86cd6890fcba95ed83663b71dcca4ed6e2f54d749d7')
+sha256sums=('fc12143995b08c28a09e28a45062b1f41caf21b8bc5dbc4b552c338f6f8d74a5')
validpgpkeys=('8F3491E60E62695ED780AC672FA122CA0501CA71')
prepare() {
@@ -26,8 +25,8 @@ prepare() {
build() {
cd "${pkgname%-armhf}-$pkgver"
- make CFLAGS= armhf/libiamroot-linux-armhf.so.3
- make CFLAGS= armhf/libiamroot-musl-armhf.so.1
+ make CFLAGS= PREFIX=/usr armhf/libiamroot-linux-armhf.so.3
+ make CFLAGS= PREFIX=/usr armhf/libiamroot-musl-armhf.so.1
}
check() {