summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Lybin2015-06-28 22:09:06 +0700
committerLev Lybin2015-06-28 22:09:06 +0700
commite5a64227bf348a424f468a593e88eaad26940b0b (patch)
treeefcc3ea062c5ef81eecec54b1a74373b76637f44
parentdf806cc5dbf6e4b89ac9c2c4e11a1806270fd82b (diff)
downloadaur-e5a64227bf348a424f468a593e88eaad26940b0b.tar.gz
updated version
added .gitignore
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD2
3 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5ee164f56b6..a3da45efaa58 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.alpha6.r141.gfc43aa1
+ pkgver = 2.0.alpha6.r142.gf4361dd
pkgrel = 1
url = https://github.com/keepassx/keepassx
install = keepassx.install
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..7e61a0b672b2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+keepassx-git-*.src.tar.gz
+keepassx-git-*.pkg.tar.xz
+keepassx/
+src/
+pkg/ \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 18f01687e17c..6836d5d9bc85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=keepassx-git
_gitname=keepassx
-pkgver=2.0.alpha6.r141.gfc43aa1
+pkgver=2.0.alpha6.r142.gf4361dd
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."
arch=('i686' 'x86_64')