summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5660de2150f..880c225cf9ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = anvill
pkgdesc = Forge beautiful LLVM bitcode out of raw machine code
pkgver = 0.1.20
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/lifting-bits/remill
arch = x86_64
license = Apache
@@ -9,6 +9,11 @@ pkgbase = anvill
makedepends = cmake
depends = remill
depends = python
+ depends = gflags
+ depends = google-glog
+ depends = intelxed
+ depends = ncurses
+ depends = zlib
source = https://github.com/lifting-bits/anvill/archive/v0.1.20.tar.gz
source = 00-install-specify-bitcode.patch
source = 01-remove-python-installation.patch
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'