summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyechou2020-11-20 19:32:30 -0600
committerkyechou2020-11-20 19:32:30 -0600
commita89ae4146895c56bfa8f2976de1b3c9fdb9a5060 (patch)
treec51ac524d3bd795ac1aca7f31cb95823d61b6109
parent9a54c31e6ead594694cbf09b15f0a002d3604dc0 (diff)
downloadaur-a89ae4146895c56bfa8f2976de1b3c9fdb9a5060.tar.gz
Add missing dependency: libunwind
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad74dfc7030e..94fed151d612 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = anvill
pkgdesc = Forge beautiful LLVM bitcode out of raw machine code
pkgver = 0.1.21
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lifting-bits/anvill
arch = x86_64
license = Apache
@@ -10,6 +10,7 @@ pkgbase = anvill
depends = remill
depends = python
depends = ncurses
+ depends = libunwind
depends = zlib
source = https://github.com/lifting-bits/anvill/archive/v0.1.21.tar.gz
source = 00-install-specify-bitcode.patch
diff --git a/PKGBUILD b/PKGBUILD
index 1c172feed5bb..65157da66232 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=anvill
pkgver=0.1.21
-pkgrel=1
+pkgrel=2
pkgdesc="Forge beautiful LLVM bitcode out of raw machine code"
arch=('x86_64')
url="https://github.com/lifting-bits/anvill"
license=('Apache')
-depends=('cxx-common=0.0.14' 'remill' 'python' 'ncurses' 'zlib')
+depends=('cxx-common=0.0.14' 'remill' 'python' 'ncurses' 'libunwind' 'zlib')
makedepends=('python-setuptools')
source=("https://github.com/lifting-bits/anvill/archive/v${pkgver}.tar.gz"
'00-install-specify-bitcode.patch'