summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaël PORTAY2023-12-09 21:38:38 +0100
committerGaël PORTAY2023-12-09 21:38:38 +0100
commitb7dc47b39b9efecb11541f472a40d34434af614a (patch)
tree082109f5bffd248b3fb0fb403a7df578a1dd5d7c
parent5ee6becb1b2d8f4a93697b01ff245791e427ca3b (diff)
downloadaur-b7dc47b39b9efecb11541f472a40d34434af614a.tar.gz
v15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 12 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea692f33f6e8..963af9bb2a49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = iamroot
pkgdesc = Emulating the syscall chroot(2) in an unpriviliged process
- pkgver = 14
+ pkgver = 15
pkgrel = 1
url = https://github.com/gportay/iamroot
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = iamroot
makedepends = patchelf
makedepends = asciidoctor
options = !strip
- source = https://github.com/gportay/iamroot/archive/v14.tar.gz
+ source = https://github.com/gportay/iamroot/archive/v15.tar.gz
validpgpkeys = 8F3491E60E62695ED780AC672FA122CA0501CA71
- sha256sums = 4ea344b21249225c1852271f4983d72351df1516eacaae2042f663cbc55d48e7
+ sha256sums = b62d5e033f04359f9d5450f45111f3f8b676eb14a8d8fdb0bd8382e48398bee1
pkgname = iamroot
diff --git a/PKGBUILD b/PKGBUILD
index f777b596d4bd..b93151cd13ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gaël PORTAY <gael.portay@gmail.com>
pkgname=iamroot
-pkgver=14
+pkgver=15
pkgrel=1
pkgdesc='Emulating the syscall chroot(2) in an unpriviliged process'
arch=('x86_64')
@@ -18,9 +18,16 @@ makedepends=('lib32-glibc'
checkdepends=('shellcheck')
options=('!strip')
source=("https://github.com/gportay/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('4ea344b21249225c1852271f4983d72351df1516eacaae2042f663cbc55d48e7')
+sha256sums=('b62d5e033f04359f9d5450f45111f3f8b676eb14a8d8fdb0bd8382e48398bee1')
validpgpkeys=('8F3491E60E62695ED780AC672FA122CA0501CA71')
+# Fixes:
+#
+# $ ish
+# /bin/bash: symbol lookup error: /usr/lib/iamroot/libiamroot.so: undefined symbol: _Unwind_Resume
+CFLAGS="${CFLAGS//-fexceptions/}"
+export CFLAGS
+
prepare() {
cd "$pkgname-$pkgver"
ln -sf support/linux.mk makefile