summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick2018-02-02 18:07:29 -0500
committerNick2018-02-02 18:07:29 -0500
commitadb74aeee0d337ed88fd03201811120f2a164fd2 (patch)
treef74ee366d3d162516bee6826cd87c9d308e2a299
parent4e35b8e54f6e99b5e9b164f39d0441eef26e92f6 (diff)
downloadaur-adb74aeee0d337ed88fd03201811120f2a164fd2.tar.gz
Add the right deps
-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}")