summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkyechou2020-11-08 00:48:25 -0600
committerkyechou2020-11-08 00:48:25 -0600
commitce84b82101804bfa228c11ca626266b5d0d3212e (patch)
treea38508e3e68d66927549d8379da494e3c2bdfa71 /PKGBUILD
parentf971044822778736750571033312ee42ca6cb584 (diff)
downloadaur-ce84b82101804bfa228c11ca626266b5d0d3212e.tar.gz
Update deps list
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b8707f7993e..8b6a69734ab2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=anvill
pkgver=0.1.20
-pkgrel=2
+pkgrel=3
pkgdesc="Forge beautiful LLVM bitcode out of raw machine code"
arch=('x86_64')
url="https://github.com/lifting-bits/remill"
license=('Apache')
-depends=('remill' 'python')
+depends=('remill' 'python' 'gflags' 'google-glog' 'intelxed' 'ncurses' 'zlib')
makedepends=('clang' 'cmake')
source=("https://github.com/lifting-bits/anvill/archive/v${pkgver}.tar.gz"
'00-install-specify-bitcode.patch'