summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2015-09-01 21:35:06 +0200
committerMartchus2015-09-01 21:35:06 +0200
commit5cc2786c80eb83746d1f0bb934630907fda62dd3 (patch)
treead7eb031947f316cd3972fe8335e5a7faf6288e8
parentf1cc89e3c1ea26b377ad5063c3625fce54c2657f (diff)
downloadaur-5cc2786c80eb83746d1f0bb934630907fda62dd3.tar.gz
updated install file
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--passwordmanager.install7
3 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7311e11f378..ed74bc348eff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = passwordmanager
pkgdesc = A simple password store using AES-256-CBC encryption via OpenSSL.
pkgver = 2.0.7
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/Martchus/passwordmanager
install = passwordmanager.install
arch = i686
@@ -13,6 +13,8 @@ pkgbase = passwordmanager
depends = passwordfile
depends = openssl
depends = libxkbcommon-x11
+ depends = desktop-file-utils
+ depends = xdg-utils
source = passwordmanager-2.0.7.tar.gz::https://github.com/Martchus/passwordmanager/archive/v2.0.7.tar.gz
sha256sums = f63ce7de24299a95fa3d78ade870865d556f3dbebae1fb39209b652adc3f7071
diff --git a/PKGBUILD b/PKGBUILD
index 425039b3ed35..0b3f5cb57e68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Martchus <martchus@gmx.net>
pkgname=passwordmanager
pkgver=2.0.7
-pkgrel=4
+pkgrel=5
arch=('i686' 'x86_64')
pkgdesc="A simple password store using AES-256-CBC encryption via OpenSSL."
license=('GPL')
-depends=('qt5-base' 'qtutilities' 'passwordfile' 'openssl' 'libxkbcommon-x11')
+depends=('qt5-base' 'qtutilities' 'passwordfile' 'openssl' 'libxkbcommon-x11' 'desktop-file-utils' 'xdg-utils')
makedepends=('qt5-tools')
install=${pkgname}.install
url="https://github.com/Martchus/passwordmanager"
diff --git a/passwordmanager.install b/passwordmanager.install
index 547348418df4..5495fb1b5d27 100644
--- a/passwordmanager.install
+++ b/passwordmanager.install
@@ -1,11 +1,12 @@
post_install() {
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
}
post_upgrade() {
- post_install
+ post_install
}
post_remove() {
- post_install
+ post_install
}