[arch-commits] Commit in keepass/trunk (PKGBUILD keepass.install)
Timothy Redaelli
tredaelli at archlinux.org
Tue Jun 14 16:33:22 UTC 2016
Date: Tuesday, June 14, 2016 @ 16:33:21
Author: tredaelli
Revision: 180089
upgpkg: keepass 2.34-1
Modified:
keepass/trunk/PKGBUILD
keepass/trunk/keepass.install
-----------------+
PKGBUILD | 6 +++---
keepass.install | 3 ++-
2 files changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-06-14 16:13:50 UTC (rev 180088)
+++ PKGBUILD 2016-06-14 16:33:21 UTC (rev 180089)
@@ -4,7 +4,7 @@
# Contributor: Andrej Gelenberg <andrej.gelenberg at udo.edu>
pkgname=keepass
-pkgver=2.33
+pkgver=2.34
pkgrel=1
pkgdesc='A easy-to-use password manager for Windows, Linux, Mac OS X and mobile devices.'
arch=('any')
@@ -22,13 +22,13 @@
'keepass.desktop'
'keepass.xml')
-sha256sums=('5120a490289155a8b49c8e6893a2cc4b20fe859b34f815f17a017bae449f9958'
+sha256sums=('e3f184e4deddd1aa5ee2b52e2373c772d3f3975e5eddb2fd729eb27b437011aa'
'SKIP'
'7547f2af38771b66c8c2f3d7900b051b37214af49de3dfa27a5d383bf847d582'
'a5fff678466443c0c8256c4771128c86103da47b6a2c49351d9941191b65dd6f'
'1d5420e8babce5f4bbb3c68bdffe3bc0d3c3be25ad689138cd02fa14edd89140'
'3d017c17a8788166c644e2460ba3596fd503f300342561921201fe5f69e5d194')
-validpgpkeys=('2171BEEAD0DD92A180655626DCCAA5B3FEB7C7BC')
+validpgpkeys=('D95044283EE948D911E8B606A4F762DC58C6F98E')
prepare() {
# "Convert" to mono 4.0
Modified: keepass.install
===================================================================
--- keepass.install 2016-06-14 16:13:50 UTC (rev 180088)
+++ keepass.install 2016-06-14 16:33:21 UTC (rev 180089)
@@ -1,11 +1,12 @@
post_remove() {
rm -f usr/share/keepass/KeePass.exe.so
- rmdir --ignore-fail-on-non-empty usr/share/keepass
+ rmdir --ignore-fail-on-non-empty usr/share/keepass/Plugins usr/share/keepass &> /dev/null
}
post_install() {
post_remove
mono --aot -O=all usr/share/keepass/KeePass.exe &> /dev/null
+ mkdir -p usr/share/keepass/Plugins
}
post_upgrade() {
More information about the arch-commits
mailing list