diff --git a/keepassxc/PKGBUILD b/keepassxc/PKGBUILD index 5fd698ab0..5a446976c 100644 --- a/keepassxc/PKGBUILD +++ b/keepassxc/PKGBUILD @@ -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 diff --git a/keepassxc/keepassxc.install b/keepassxc/keepassxc.install deleted file mode 100644 index 2d8c349af..000000000 --- a/keepassxc/keepassxc.install +++ /dev/null @@ -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; -}