summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXiretza2019-10-03 17:33:31 +0200
committerXiretza2019-10-03 17:33:31 +0200
commit38ef288dd2caa46536cd9d4cf2e536a09f857b4d (patch)
tree66099db1c684caa2eff43beac5ee27277ac69087 /PKGBUILD
parent55af7ebf28fd04b2dbc5b0c2816e0dbb7927df99 (diff)
downloadaur-sandsifter-git.tar.gz
Add elfutils to depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe80977e2197..e3a59aa7b94d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,12 @@
_pkgname=sandsifter
pkgname="${_pkgname}-git"
pkgver=r53.4ae3e6e
-pkgrel=1
+pkgrel=2
pkgdesc="The x86 processor fuzzer"
arch=("i686" "x86_64")
url="https://github.com/rigred/${_pkgname}"
license=('BSD')
-groups=()
-depends=(python2-capstone)
+depends=('python2-capstone' 'elfutils')
makedepends=('git')
provides=("${_pkgname}")
conflicts=("${_pkgname}")