keepassxc: update to 2.3.3

This commit is contained in:
Francesco Marinucci 2018-05-12 15:03:03 +01:00
parent 588654f522
commit f57e6d73a2
2 changed files with 2 additions and 13 deletions

View File

@ -1,5 +1,5 @@
pkgname=keepassxc
pkgver=2.3.1
pkgver=2.3.3
pkgrel=1
pkgdesc="KeePassXC is a cross platform community driven port of the windows application Keepass Password Safe"
arch=('x86_64')
@ -11,9 +11,8 @@ makedepends=('cmake' 'qt5-tools')
provides=('keepassx' 'keepassx-reboot')
conflicts=('keepassx-reboot')
replaces=('keepassx-reboot')
install=($pkgname.install)
source=("https://github.com/keepassxreboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz")
sha256sums=('ce7d8251d4d5b35f602ff521764910964da6d8a67397399855a6e8c5ff5db9bd')
sha256sums=('cfff85ef89ba590aec798c59bea4aa3db00626d7bff8cdde0f62ee34aea60ad5')
prepare() {
cd $pkgname-$pkgver

View File

@ -1,10 +0,0 @@
post_install() {
echo "keepasshttp feature is enabled by default in this package.
If you don't need it remember to disable it in the settings, since it is potentialy unsecure."
}
post_upgrade() {
post_install;
}