summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Müller2017-01-29 17:56:55 +0100
committerPatrick Müller2017-01-29 17:56:55 +0100
commit4b3c83133170f3445f0a9b00c75a6b051f3e3322 (patch)
treeadf99adb41c7206b571c8edae5fa0171055718b2 /PKGBUILD
parent85b98ec2ab67f2a20f20df74d607d088e1d3adb2 (diff)
downloadaur-4b3c83133170f3445f0a9b00c75a6b051f3e3322.tar.gz
Update to 2.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12f2ad765b0c..e6b92b525e4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,20 +4,20 @@
_pkggroup='keepass-plugin'
_pkgname='otpkeyprov'
pkgname="${_pkggroup}-${_pkgname}"
-pkgver='2.4'
+pkgver='2.5'
pkgrel=1
pkgdesc="A plugin that allows to use the YubiKey OTP functionality in Keepass."
arch=('i686' 'x86_64')
url="http://keepass.info/plugins.html#${_pkgname}"
license=('GPL2')
-depends=('keepass')
+depends=('keepass>=2.35')
optdepends=('yubikey-personalization: For configuring a YubiKey')
source=("http://keepass.info/extensions/v2/${_pkgname}/OtpKeyProv-${pkgver}.zip")
-sha512sums=('a63721e5d2ae81786d4e64d316799d066459a53e911fc71558f354aaa67d8199ef2cca1172bfdff86aedfab895ce872e0a06cef4eb2e34ecec69ebaf5639cf86')
+sha512sums=('7e0a470f2bc32b4b6f68a6eab90b01a42a85a309f1d0208c205011a0e1a8779c0953ac36b144e0d4245d3820201fc0dd00f698abf28ba7034ae847550e25001f')
package() {
cd "${srcdir}"
install -Dm 644 'OtpKeyProv.plgx' "${pkgdir}/usr/share/keepass/plugins/OtpKeyProv.plgx"
}
-# vim:set et sw=2 sts=2 tw=80: \ No newline at end of file
+# vim:set et sw=2 sts=2 tw=80: