summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbinex-dsk2020-11-18 10:44:15 -0500
committerbinex-dsk2020-11-18 10:44:15 -0500
commitb166b2cb6cfa2008ead8c102ca6dc1244984e376 (patch)
tree32dd3254db6b1d5c610f6eb7eb475d3ae78f624f
parentdb5af80a2651a0328af815ce1687c43a38f48a08 (diff)
downloadaur-b166b2cb6cfa2008ead8c102ca6dc1244984e376.tar.gz
1.4.0p
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e6bc3cfbdfe..63c2ad0bbffa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = passman++
pkgdesc = Incredibly simple and secure command-line password manager.
- pkgver = 1.3.0
+ pkgver = 1.4.0p
pkgrel = 1
url = https://github.com/binex-dsk/passmanpp/
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = passman++
depends = ttf-hack
provides = passman
conflicts = passman-git
- source = https://github.com/binex-dsk/passmanpp/archive/1.3.0.zip
- md5sums = 8dad973172d7d7c34164cdd2144c3927
+ source = https://github.com/binex-dsk/passmanpp/archive/1.4.0p.zip
+ md5sums = 520d88de27f0c8d8ac46d1038b8375ce
pkgname = passman++
diff --git a/PKGBUILD b/PKGBUILD
index 80222b5872a6..f58dd9b7cab6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@ pkgname='passman++'
pkgdesc='Incredibly simple and secure command-line password manager.'
url="https://github.com/binex-dsk/$_pkgname/"
license=('BSD')
-pkgver=1.3.0
+pkgver=1.4.0p
pkgrel=1
source=("https://github.com/binex-dsk/$_pkgname/archive/$pkgver.zip")
-md5sums=('8dad973172d7d7c34164cdd2144c3927')
+md5sums=('520d88de27f0c8d8ac46d1038b8375ce')
provides=('passman')
conflicts=('passman-git')
depends=('botan' 'libsodium' 'qt5-base' 'ttf-hack')