summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Werling2016-12-08 17:33:05 +0100
committerLukas Werling2016-12-08 17:33:05 +0100
commit02bad5017ff4d8ee8ee9873dcec4ddfb8090a37b (patch)
tree2702f416938a02371220fbe4f9ccd8fed7d4f283
parentd0de89d58346cfb2c5ea11aeadaf37619821c814 (diff)
downloadaur-keepass-plugin-keecloud.tar.gz
KeeCloud 1.2.0.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53b16aa31ff3..dca1f3a33e07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Thu Dec 8 16:33:02 UTC 2016
pkgbase = keepass-plugin-keecloud
pkgdesc = Adds support to several online file services to the built in URL file access in KeePass.
- pkgver = 1.2.0.1
+ pkgver = 1.2.0.3
pkgrel = 1
url = https://bitbucket.org/devinmartin/keecloud/overview
arch = any
license = MIT
depends = keepass
- noextract = KeeCloud.plgx
- source = KeeCloud.plgx::https://bitbucket.org/devinmartin/keecloud/downloads/KeeCloud-1.2.0.1.plgx
- sha256sums = 84b65e32027cf12ace7bf504041065c03675b9acbfca8e26e294a17ac4c6420c
+ noextract = KeeCloud-1.2.0.3.plgx
+ source = https://bitbucket.org/devinmartin/keecloud/downloads/KeeCloud-1.2.0.3.plgx
+ sha256sums = 579539c6b1fb8b5541629d780b65cdcc08e95025c998c3ed489f9334bea2100f
pkgname = keepass-plugin-keecloud
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}"