summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLukas Werling2016-12-08 17:33:05 +0100
committerLukas Werling2016-12-08 17:33:05 +0100
commit02bad5017ff4d8ee8ee9873dcec4ddfb8090a37b (patch)
tree2702f416938a02371220fbe4f9ccd8fed7d4f283 /PKGBUILD
parentd0de89d58346cfb2c5ea11aeadaf37619821c814 (diff)
downloadaur-keepass-plugin-keecloud.tar.gz
KeeCloud 1.2.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5767fe5ec61..8c1ca5fa8d9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
pkgname=keepass-plugin-keecloud
-pkgver=1.2.0.1
+pkgver=1.2.0.3
pkgrel=1
pkgdesc="Adds support to several online file services to the built in URL file access in KeePass."
license=('MIT')
depends=('keepass')
arch=('any')
url='https://bitbucket.org/devinmartin/keecloud/overview'
-_plgname='KeeCloud.plgx'
-source=("${_plgname}::https://bitbucket.org/devinmartin/keecloud/downloads/KeeCloud-${pkgver}.plgx")
+_plgname="KeeCloud-${pkgver}.plgx"
+source=("https://bitbucket.org/devinmartin/keecloud/downloads/${_plgname}")
noextract=($_plgname)
-sha256sums=('84b65e32027cf12ace7bf504041065c03675b9acbfca8e26e294a17ac4c6420c')
+sha256sums=('579539c6b1fb8b5541629d780b65cdcc08e95025c998c3ed489f9334bea2100f')
package() {
install -Dm644 "${srcdir}/${_plgname}" "${pkgdir}/usr/share/keepass/plugins/${_plgname}"