summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnatol Pomozov2022-03-03 14:36:25 -0800
committerAnatol Pomozov2022-03-03 14:36:25 -0800
commit95d67c66e92f1a147ad2f640e3e814b7106952ff (patch)
tree86b258379549aeadf96ae39f640cef663bfc4636 /PKGBUILD
parent9c4c42154057286e28032fe41e2b90cb5b75cd3c (diff)
downloadaur-95d67c66e92f1a147ad2f640e3e814b7106952ff.tar.gz
Add missing build dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b512b05c12e8..42b55150631c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=(i686 x86_64)
url='https://chromium.googlesource.com/chromiumos/platform/vboot_reference'
license=('custom:chromiumos')
depends=(libutil-linux openssl)
-makedepends=(git libyaml trousers)
+makedepends=(git libyaml trousers flashrom)
source=(git+https://chromium.googlesource.com/chromiumos/platform/vboot_reference#branch=$_tag)
sha256sums=('SKIP')