mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 08:37:19 +08:00
keepassxc: update to 2.3.3
This commit is contained in:
parent
588654f522
commit
f57e6d73a2
@ -1,5 +1,5 @@
|
|||||||
pkgname=keepassxc
|
pkgname=keepassxc
|
||||||
pkgver=2.3.1
|
pkgver=2.3.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="KeePassXC is a cross platform community driven port of the windows application Keepass Password Safe"
|
pkgdesc="KeePassXC is a cross platform community driven port of the windows application Keepass Password Safe"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@ -11,9 +11,8 @@ makedepends=('cmake' 'qt5-tools')
|
|||||||
provides=('keepassx' 'keepassx-reboot')
|
provides=('keepassx' 'keepassx-reboot')
|
||||||
conflicts=('keepassx-reboot')
|
conflicts=('keepassx-reboot')
|
||||||
replaces=('keepassx-reboot')
|
replaces=('keepassx-reboot')
|
||||||
install=($pkgname.install)
|
|
||||||
source=("https://github.com/keepassxreboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz")
|
source=("https://github.com/keepassxreboot/$pkgname/releases/download/$pkgver/$pkgname-$pkgver-src.tar.xz")
|
||||||
sha256sums=('ce7d8251d4d5b35f602ff521764910964da6d8a67397399855a6e8c5ff5db9bd')
|
sha256sums=('cfff85ef89ba590aec798c59bea4aa3db00626d7bff8cdde0f62ee34aea60ad5')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
|
@ -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;
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user