summaryrefslogtreecommitdiff
path: root/community/keepassx/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/keepassx/PKGBUILD')
-rw-r--r--community/keepassx/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/keepassx/PKGBUILD b/community/keepassx/PKGBUILD
index 0b8955d68..3aaedec5e 100644
--- a/community/keepassx/PKGBUILD
+++ b/community/keepassx/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 86727 2013-03-21 15:05:26Z spupykin $
+# $Id: PKGBUILD 89961 2013-05-06 10:41:03Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Greg Bouzakis <gregbouzakis@gmail.com>
# Contributor: Alexander Fehr <pizzapunk gmail com>
@@ -6,12 +6,13 @@
pkgname=keepassx
pkgver=0.4.3
-pkgrel=4
+pkgrel=5
pkgdesc='Password manager'
arch=('i686' 'x86_64')
url='http://www.keepassx.org'
license=('GPL2')
depends=('libxtst' 'qt4' 'shared-mime-info')
+makedepends=('optipng')
install=keepassx.install
source=(http://downloads.sourceforge.net/keepassx/$pkgname-$pkgver.tar.gz)
md5sums=('1df67bb22b2e08df49f09e61d156f508')
@@ -21,6 +22,7 @@ build() {
sed -i '1,1i#include <unistd.h>' src/lib/random.cpp
qmake-qt4
make
+ find -name '*.png' -exec optipng -quiet -force -fix {} \;
}
package() {