summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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}"