summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")