summaryrefslogtreecommitdiff
path: root/community/keepassx
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-22 23:15:20 +0000
committerroot <root@rshg054.dnsready.net>2012-02-22 23:15:20 +0000
commit1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (patch)
tree803d7c2e3ac59d0ba8ac74c1b2a6dc6167937631 /community/keepassx
parent1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (diff)
Wed Feb 22 23:15:20 UTC 2012
Diffstat (limited to 'community/keepassx')
-rw-r--r--community/keepassx/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/keepassx/PKGBUILD b/community/keepassx/PKGBUILD
index 0c4f81fae..2aff4dcf8 100644
--- a/community/keepassx/PKGBUILD
+++ b/community/keepassx/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 12540 2010-03-07 20:44:50Z spupykin $
+# $Id: PKGBUILD 65610 2012-02-21 09:36:40Z spupykin $
# Maintainer: Alexander Fehr <pizzapunk gmail com>
# Contributor: Philipp Giebel <arch@ambience-design.net>
pkgname=keepassx
pkgver=0.4.3
-pkgrel=1
+pkgrel=2
pkgdesc="Cross platform password manager"
arch=('i686' 'x86_64')
url="http://www.keepassx.org/"
@@ -16,7 +16,7 @@ md5sums=('1df67bb22b2e08df49f09e61d156f508')
build() {
cd "$srcdir/keepassx-$pkgver"
- qmake PREFIX=/usr || return 1
- make || return 1
- make INSTALL_ROOT="$pkgdir" install || return 1
+ qmake PREFIX=/usr
+ make
+ make INSTALL_ROOT="$pkgdir" install
}