summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryar2018-07-15 11:12:39 -0700
committeryar2018-07-15 11:12:39 -0700
commit765096575287bb7b346dee5cbedff8f117ebc972 (patch)
treee161529898a7d43bcab569b55ad6143f00e8cffd
parenta4c8b0e3f847e760c9b7dd8a73544d5ad93fcb0b (diff)
downloadaur-biosdisk-git.tar.gz
depend on cdrtools
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d62f9582f839..95b2dbd74c54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Feb 5 17:52:18 UTC 2018
+# Sun Jul 15 18:12:27 UTC 2018
pkgbase = biosdisk-git
pkgdesc = Utility for creating Dell BIOS flash disks
pkgver = 1.01
@@ -8,8 +8,9 @@ pkgbase = biosdisk-git
arch = any
license = GPL
makedepends = git
- depends = wget
+ depends = cdrtools
depends = syslinux
+ depends = wget
provides = biosdisk
conflicts = biosdisk
options = !strip
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")