summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrea Scarpino2017-08-10 00:28:43 +0200
committerAndrea Scarpino2017-08-10 00:28:47 +0200
commit724a0cb334544d5567d6331e971631855bb8925a (patch)
treed1c01d34b364f5f3e1dd1a036d44b2f6718de50a /PKGBUILD
parent4fe49858bd0a938e9767a4fc85a747cac36729fe (diff)
downloadaur-724a0cb334544d5567d6331e971631855bb8925a.tar.gz
Add missing makedeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d45e7328c4b1..ed82f0bf7d2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
url='https://ssl.masterpasswordapp.com/'
license=('GPL3')
depends=('openssl')
-makedepends=('git' 'libxml2' 'ncurses')
+makedepends=('git' 'libxml2' 'ncurses' 'libsodium')
optdepends=('xclip: copy password to clipboard')
options=('!buildflags')
source=("https://ssl.masterpasswordapp.com/mpw-${pkgver}-cli-2-0-${_hash}.tar.gz"{,.sig})