summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvert Van Petegem2017-11-13 21:18:19 +0100
committerEvert Van Petegem2017-11-13 21:18:19 +0100
commitd4d99b77cd160e287a60d00cd81fecf17b5d8262 (patch)
tree6b5ff575df66bb2034d7ada6331804b2f94e9147
parent744b45990818eb49e0c3d132ff5d6d9ce77c4112 (diff)
downloadaur-d4d99b77cd160e287a60d00cd81fecf17b5d8262.tar.gz
Remove unnecessary dependencies
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f8f455c0c79..d90c545b4503 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,15 +10,15 @@
pkgname=keepassxc-browser-git
_gitname=keepassxc
-pkgver=2.1.4.r579.g35ffd8f8
+pkgver=2.1.4.r620.gc7dd20a0
pkgrel=1
pkgdesc="A reboot of an OpenSource password safe which helps you to manage your passwords in an easy and secure way with a modern browser extension"
arch=('i686' 'x86_64')
url="https://github.com/varjolintu/keepassxc"
license=('GPL2')
-depends=('libxtst' 'shared-mime-info' 'qt5-x11extras' 'hicolor-icon-theme' 'desktop-file-utils' 'yubikey-personalization' 'boost-libs' 'libsodium')
+depends=('libxtst' 'shared-mime-info' 'qt5-x11extras' 'hicolor-icon-theme' 'desktop-file-utils' 'yubikey-personalization' 'libsodium')
install=keepassxc-browser.install
-makedepends=('git' 'intltool' 'cmake' 'qt5-base' 'qt5-tools' 'zlib' 'libgcrypt' 'boost')
+makedepends=('git' 'intltool' 'cmake' 'qt5-base' 'qt5-tools' 'zlib' 'libgcrypt')
conflicts=('keepassxc' 'keepassxc-git')
replaces=('keepassx-http' 'keepassx-reboot-git')
options=(!emptydirs)