summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp Hug2017-01-08 22:06:05 +0100
committerPhilipp Hug2017-01-08 22:06:05 +0100
commit292ac55ffe9ef3f24f421f8a7ca946994fb3b6a6 (patch)
tree89c922c39acd0fc42a4513beeefe801d69db1838 /PKGBUILD
parent13454afc6849322fc8c850f82d3eedee8a84fbb7 (diff)
downloadaur-292ac55ffe9ef3f24f421f8a7ca946994fb3b6a6.tar.gz
add dependencices: nasm and dkms
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63ac957784e3..a620998d5750 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ arch=("x86_64")
url="https://github.com/chipsec/chipsec"
license=('GPL2')
groups=()
-depends=('python' 'python2')
+depends=('python' 'python2' 'dkms' 'nasm')
makedepends=('git')
checkdepends=()
optdepends=()