summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryar2018-07-15 11:12:39 -0700
committeryar2018-07-15 11:12:39 -0700
commit765096575287bb7b346dee5cbedff8f117ebc972 (patch)
treee161529898a7d43bcab569b55ad6143f00e8cffd /PKGBUILD
parenta4c8b0e3f847e760c9b7dd8a73544d5ad93fcb0b (diff)
downloadaur-biosdisk-git.tar.gz
depend on cdrtools
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ef547032515..df69c4cf997c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgdesc="Utility for creating Dell BIOS flash disks"
url="https://github.com/dell/${gitname}"
license=("GPL")
makedepends=('git')
-depends=(wget syslinux)
+depends=(cdrtools syslinux wget)
conflicts=("${gitname}")
provides=("${gitname}")
backup=("etc/biosdisk.conf")