summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Landau2017-01-21 19:30:31 +0200
committerDaniel Landau2017-01-21 19:30:31 +0200
commitd12f2379f226ce99666194dc8cfc2a74a6c0bc4e (patch)
tree6e73becaa695b04d2e3eb9aca332504953a1f789
parentd9430e73fd32fe52d84ccbfb177fee1ef072fac2 (diff)
downloadaur-d12f2379f226ce99666194dc8cfc2a74a6c0bc4e.tar.gz
Re-enable HTTP
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD5
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54679b44deb3..8e81b92ae514 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Nov 9 12:38:31 UTC 2016
+# Sat Jan 21 17:30:27 UTC 2017
pkgbase = keepassxc-git
pkgdesc = A reboot with keepasshttp of an OpenSource password safe which helps you to manage your passwords in an easy and secure way
- pkgver = 2.0.3.http.r43.g3c89ce9
+ pkgver = 2.0.3.http.r128.g5458d77
pkgrel = 1
url = https://github.com/keepassxreboot/keepassxc
install = keepassxc.install
@@ -22,10 +22,10 @@ pkgbase = keepassxc-git
depends = hicolor-icon-theme
depends = desktop-file-utils
depends = libmicrohttpd
- provides = keepassx=2.0.3.http.r43.g3c89ce9
- provides = keepassx2=2.0.3.http.r43.g3c89ce9
- provides = keepassx-svn=2.0.3.http.r43.g3c89ce9
- provides = keepassx2-git=2.0.3.http.r43.g3c89ce9
+ provides = keepassx=2.0.3.http.r128.g5458d77
+ provides = keepassx2=2.0.3.http.r128.g5458d77
+ provides = keepassx-svn=2.0.3.http.r128.g5458d77
+ provides = keepassx2-git=2.0.3.http.r128.g5458d77
conflicts = keepassx-svn
conflicts = keepassx
conflicts = keepassx-git
diff --git a/PKGBUILD b/PKGBUILD
index 0f0ba16d718b..689a322bf2a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=keepassxc-git
_gitname=keepassxc
-pkgver=2.0.3.http.r43.g3c89ce9
+pkgver=2.0.3.http.r128.g5458d77
pkgrel=1
pkgdesc="A reboot with keepasshttp of an OpenSource password safe which helps you to manage your passwords in an easy and secure way"
arch=('i686' 'x86_64')
@@ -43,6 +43,9 @@ build() {
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DCMAKE_VERBOSE_MAKEFILE=OFF \
-DWITH_GUI_TESTS=ON \
+ -DWITH_XC_AUTOTYPE=ON \
+ -DWITH_XC_HTTP=ON \
+ -DWITH_XC_YUBIKEY=ON \
-DCMAKE_BUILD_TYPE=Release ..
make
}