summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD3
2 files changed, 8 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 047253109c07..77775a080d14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,12 @@ pkgbase = fwup-git
depends = libsodium
depends = libarchive
depends = confuse
+ depends = mtools
+ depends = unzip
+ depends = libtool
+ depends = zip
+ depends = help2man
+ depends = autoconf
provides = fwup
conflicts = fwup
source = git+https://github.com/fhunleth/fwup
diff --git a/PKGBUILD b/PKGBUILD
index 3172ace43f0f..8f70e75d49da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ arch=('any')
url="https://github.com/fhunleth/fwup"
license=('Apache v2.0')
groups=()
-depends=('libsodium' 'libarchive' 'confuse')
+#depends=('libsodium' 'libarchive' 'confuse')
+depends=('libsodium' 'libarchive' 'confuse' 'mtools' 'unzip' 'libtool' 'zip' 'help2man' 'autoconf')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")