summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Lybin2015-10-02 17:46:27 +0700
committerLev Lybin2015-10-02 17:46:27 +0700
commit0fb3b22f17d7123f6a80d2d7755b1da29acaa903 (patch)
tree6868e552cc7650ce9ae154169c4183a2ee384e07
parentdf760d82fbe6ed40cc19e908b2bb3132b4349322 (diff)
downloadaur-0fb3b22f17d7123f6a80d2d7755b1da29acaa903.tar.gz
update
verbose off reduce desc
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b96be8ff9a5..e1fb0f7bcfd6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = keepassx-git
- pkgdesc = KeePassX is a cross platform port of the windows application 'Keepass Password Safe'. It is an OpenSource password safe which helps you to manage your passwords in an easy and secure way. It uses a highly encrypted database locked with one master key.
- pkgver = 2.0.beta2.r41.g5a13402
+ pkgdesc = It is an OpenSource password safe which helps you to manage your passwords in an easy and secure way
+ pkgver = 2.0.beta2.r61.g5a59287
pkgrel = 1
url = https://github.com/keepassx/keepassx
install = keepassx.install
diff --git a/PKGBUILD b/PKGBUILD
index 8e6a4998be22..c927ad6c1137 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
pkgname=keepassx-git
_gitname=keepassx
-pkgver=2.0.beta2.r41.g5a13402
+pkgver=2.0.beta2.r61.g5a59287
pkgrel=1
-pkgdesc="KeePassX is a cross platform port of the windows application 'Keepass Password Safe'. It is an OpenSource password safe which helps you to manage your passwords in an easy and secure way. It uses a highly encrypted database locked with one master key."
+pkgdesc="It is an OpenSource password safe which helps you to manage your passwords in an easy and secure way"
arch=('i686' 'x86_64')
url="https://github.com/keepassx/keepassx"
license=('GPL2')
@@ -26,7 +26,7 @@ pkgver() {
build() {
cd "${_gitname}"
- cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_BINDIR=/usr/bin -DCMAKE_INSTALL_LIBDIR=/usr/lib -DCMAKE_VERBOSE_MAKEFILE=ON -DWITH_GUI_TESTS=ON
+ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_BINDIR=/usr/bin -DCMAKE_INSTALL_LIBDIR=/usr/lib -DCMAKE_VERBOSE_MAKEFILE=OFF -DWITH_GUI_TESTS=ON
make
}