summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ff005f4f433..57a31da9a563 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Tue Feb 7 16:14:50 UTC 2017
+# Fri Sep 6 01:44:14 UTC 2019
pkgbase = keepass-multicipher
- pkgdesc = Enables KeePass to dual encrypt databases using AES-256 and 3DES-192.
- pkgver = 1.0
+ pkgdesc = Enables KeePass to dual encrypt databases using two ciphers with independent keys.
+ pkgver = 2.0
pkgrel = 1
url = http://software.titasraha.com/2016/08/multicipher-plugin-for-keepass.html
arch = any
license = GPL3
- depends = keepass
- source = https://sourceforge.net/projects/multicipher-plugin-for-keepass/files/latest/download?source=files
- sha256sums = 8ff382726279744935ffa7d33878ad927bc6f080ba321cb2a6a2bea653830890
+ depends = keepass>=2.41
+ source = https://sourceforge.net/projects/multicipher-plugin-for-keepass/files/latest/download
+ sha256sums = 767da29472816877e5cc81f82a8f32db3494357e69c4589abdaccd889422db08
pkgname = keepass-multicipher
diff --git a/PKGBUILD b/PKGBUILD
index d896cf7d3373..413bde00fd2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Archadept
-# Revision: 2017-02-07
+# Revision: 2019-09-06
pkgname=keepass-multicipher
_pkgname=MultiCipher
-pkgver=1.0
+pkgver=2.0
pkgrel=1
-pkgdesc="Enables KeePass to dual encrypt databases using AES-256 and 3DES-192."
+pkgdesc="Enables KeePass to dual encrypt databases using two ciphers with independent keys."
license=('GPL3')
-depends=('keepass')
+depends=('keepass>=2.41')
arch=('any')
url="http://software.titasraha.com/2016/08/multicipher-plugin-for-keepass.html"
-source=("https://sourceforge.net/projects/multicipher-plugin-for-keepass/files/latest/download?source=files")
-sha256sums=('8ff382726279744935ffa7d33878ad927bc6f080ba321cb2a6a2bea653830890')
+source=("https://sourceforge.net/projects/multicipher-plugin-for-keepass/files/latest/download")
+sha256sums=('767da29472816877e5cc81f82a8f32db3494357e69c4589abdaccd889422db08')
package() {
mkdir -p "${pkgdir}"/usr/share/keepass