[arch-commits] Commit in keepass-plugin-keeagent/trunk (PKGBUILD)
Giancarlo Razzolini
grazzolini at archlinux.org
Thu Apr 23 02:03:24 UTC 2020
Date: Thursday, April 23, 2020 @ 02:03:24
Author: grazzolini
Revision: 617746
upgpkg: keepass-plugin-keeagent 0.11.4-1
Modified:
keepass-plugin-keeagent/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-23 00:18:49 UTC (rev 617745)
+++ PKGBUILD 2020-04-23 02:03:24 UTC (rev 617746)
@@ -1,17 +1,17 @@
# Maintainer: Giancarlo Razzolinit <grazzolini at gmail.com>
pkgname=keepass-plugin-keeagent
-pkgver=0.10.1
-pkgrel=3
+pkgver=0.11.4
+pkgrel=1
pkgdesc="SSH Agent Plugin for KeePass"
license=('GPL')
-makedepends=('git' 'nuget')
+makedepends=('git' 'msbuild' 'nuget')
depends=('keepass')
optdepends=('openssh: For integration with ssh-agent' 'gnupg: For integration with GnuPG SSH agent')
arch=('any')
url="https://lechnology.com/software/keeagent/"
-options=('!strip')
-source=("${pkgname}-${pkgver}::git+https://github.com/dlech/KeeAgent.git#tag=v${pkgver}")
+#options=('!strip')
+source=("${pkgname}-${pkgver}::git+https://github.com/dlech/KeeAgent.git#tag=${pkgver}")
sha512sums=('SKIP')
prepare() {
@@ -25,7 +25,7 @@
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- xbuild /property:Configuration=ReleasePlgx KeeAgent.sln
+ msbuild /property:Configuration=ReleasePlgx KeeAgent.sln
}
package() {
More information about the arch-commits
mailing list