summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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}")