summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxqia2015-07-09 19:41:51 -0700
committerMaxqia2015-07-09 19:41:51 -0700
commitba54e7c7d38c05a19fbf85c1f3d37796ac55c05f (patch)
treeb08f398af9a2232aa68ce490ec9783bb9da26600
parent625ea3c2f7ac661946098bf69e8b862572f0f917 (diff)
downloadaur-ba54e7c7d38c05a19fbf85c1f3d37796ac55c05f.tar.gz
Small Description Changes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b871144c5282..abde5b8bcbd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = keepassx-http-merge
- pkgdesc = KeePassX, with eugenesan's merge request for keepasshttp. The libxtst package is optional dependancy for auto-type.
+ pkgdesc = KeepassX, with eugenesan's merge request for keepasshttp.
pkgver = 2.0.alpha6.r235.gf076ad3
pkgrel = 1
url = https://github.com/eugenesan/keepassx/tree/http
@@ -17,7 +17,7 @@ pkgbase = keepassx-http-merge
depends = shared-mime-info
depends = qjson
depends = libmicrohttpd
- optdepends = libxtst : auto-type
+ optdepends = libxtst : auto-type support
conflicts = keepassx-svn
conflicts = keepassx
conflicts = keepassx2-git
diff --git a/PKGBUILD b/PKGBUILD
index 7cea83dafdec..ea425415cf4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@ pkgname=keepassx-http-merge
_gitname=keepassx
pkgver=2.0.alpha6.r235.gf076ad3
pkgrel=1
-pkgdesc="KeePassX, with eugenesan's merge request for keepasshttp. The libxtst package is optional dependancy for auto-type."
+pkgdesc="KeepassX, with eugenesan's merge request for keepasshttp."
arch=('i686' 'x86_64')
url="https://github.com/eugenesan/keepassx/tree/http"
license=('GPL2')
depends=('libxtst' 'qt4' 'shared-mime-info' 'qjson' 'libmicrohttpd')
install=keepassx.install
makedepends=('git' 'intltool' 'cmake' 'zlib' 'libgcrypt')
-optdepends=('libxtst : auto-type')
+optdepends=('libxtst : auto-type support')
conflicts=('keepassx-svn' 'keepassx' 'keepassx2-git' 'keepassx2' 'keepassx2-yubikey-git' 'keepassx-http' 'keepassx-git')
source=(git+https://github.com/eugenesan/keepassx.git#branch=http)
md5sums=('SKIP')